From fe5dd44e199a0609259c0d2f5ea97c4a213a67f2 Mon Sep 17 00:00:00 2001
From: "azure-pipelines[bot]"
<36771401+azure-pipelines[bot]@users.noreply.github.com>
Date: Fri, 1 Nov 2024 22:23:04 +0800
Subject: [PATCH 1/3] Move Resources to yabo/release-2024-11-11 (#26566)
Co-authored-by: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com>
---
.../Az.Authorization.psd1 | 2 +-
.../help/Az.Authorization.md | 2 +-
src/Resources/MSGraph.Autorest/README.md | 47 ++++++++++++++-----
.../cmdlets/GetAzAdApplication_Get.cs | 33 ++++++-------
.../generated/cmdlets/GetAzAdGroup_Get.cs | 33 ++++++-------
.../cmdlets/GetAzAdServicePrincipal_Get.cs | 33 ++++++-------
.../generated/cmdlets/GetAzAdUser_Get.cs | 33 ++++++-------
.../cmdlets/RemoveAzAdApplication_Delete.cs | 33 ++++++-------
.../cmdlets/RemoveAzAdGroup_Delete.cs | 33 ++++++-------
.../RemoveAzAdServicePrincipal_Delete.cs | 33 ++++++-------
.../cmdlets/RemoveAzAdUser_Delete.cs | 33 ++++++-------
...teAzADApplication_UpdateViaJsonFilePath.cs | 33 ++++++-------
...dateAzADApplication_UpdateViaJsonString.cs | 33 ++++++-------
...DServicePrincipal_UpdateViaJsonFilePath.cs | 33 ++++++-------
...zADServicePrincipal_UpdateViaJsonString.cs | 33 ++++++-------
.../UpdateAzADUser_UpdateViaJsonFilePath.cs | 33 ++++++-------
.../UpdateAzADUser_UpdateViaJsonString.cs | 33 ++++++-------
.../UpdateAzAdApplication_UpdateExpanded.cs | 33 ++++++-------
...dateAzAdServicePrincipal_UpdateExpanded.cs | 33 ++++++-------
.../cmdlets/UpdateAzAdUser_UpdateExpanded.cs | 33 ++++++-------
.../internal/Get-AzADApplication.ps1 | 3 +-
.../internal/Get-AzADGroup.ps1 | 3 +-
.../internal/Get-AzADServicePrincipal.ps1 | 3 +-
.../internal/Get-AzADUser.ps1 | 3 +-
.../internal/ProxyCmdletDefinitions.ps1 | 33 ++++++++-----
.../internal/Remove-AzADApplication.ps1 | 3 +-
.../internal/Remove-AzADGroup.ps1 | 3 +-
.../internal/Remove-AzADServicePrincipal.ps1 | 3 +-
.../internal/Remove-AzADUser.ps1 | 3 +-
.../internal/Update-AzADApplication.ps1 | 3 +-
.../internal/Update-AzADServicePrincipal.ps1 | 3 +-
.../internal/Update-AzADUser.ps1 | 3 +-
.../NewAzPolicyAssignment_CreateExpanded.cs | 4 +-
.../NewAzPolicyAssignment_CreateExpanded1.cs | 4 +-
...UpdateAzPolicyAssignment_UpdateExpanded.cs | 4 +-
.../internal/New-AzPolicyAssignment.ps1 | 2 +-
.../internal/ProxyCmdletDefinitions.ps1 | 4 +-
.../internal/Update-AzPolicyAssignment.ps1 | 2 +-
src/Resources/Resources/Az.Resources.psd1 | 2 +-
39 files changed, 380 insertions(+), 320 deletions(-)
diff --git a/src/Resources/Authorization.Autorest/Az.Authorization.psd1 b/src/Resources/Authorization.Autorest/Az.Authorization.psd1
index 884537d5f28b..7fe43c6e3759 100644
--- a/src/Resources/Authorization.Autorest/Az.Authorization.psd1
+++ b/src/Resources/Authorization.Autorest/Az.Authorization.psd1
@@ -1,5 +1,5 @@
@{
- GUID = 'de90936a-b512-40d3-93cd-aa8c85077b04'
+ GUID = '7501974d-011d-40c9-8f5c-8aca539e2c8b'
RootModule = './Az.Authorization.psm1'
ModuleVersion = '0.1.0'
CompatiblePSEditions = 'Core', 'Desktop'
diff --git a/src/Resources/Authorization.Autorest/help/Az.Authorization.md b/src/Resources/Authorization.Autorest/help/Az.Authorization.md
index e883558be77e..aff7e86828a0 100644
--- a/src/Resources/Authorization.Autorest/help/Az.Authorization.md
+++ b/src/Resources/Authorization.Autorest/help/Az.Authorization.md
@@ -1,6 +1,6 @@
---
Module Name: Az.Authorization
-Module Guid: de90936a-b512-40d3-93cd-aa8c85077b04
+Module Guid: 7501974d-011d-40c9-8f5c-8aca539e2c8b
Download Help Link: https://learn.microsoft.com/powershell/module/az.authorization
Help Version: 1.0.0.0
Locale: en-US
diff --git a/src/Resources/MSGraph.Autorest/README.md b/src/Resources/MSGraph.Autorest/README.md
index f0f719d5e678..eda829edee2e 100644
--- a/src/Resources/MSGraph.Autorest/README.md
+++ b/src/Resources/MSGraph.Autorest/README.md
@@ -119,7 +119,8 @@ directive:
- from: source-file-csharp
where: $
transform: if ($documentPath.endsWith("MSGraph.cs")) {$ = $.replace(/Count.ToString\(\)/g, "Count.ToString().ToLower()")}
-
+
+ # below directives are for mitigate breaking change upgrading autorest.powershell v3 -> v4
- where:
subject: ApplicationsApplication
set:
@@ -136,6 +137,38 @@ directive:
subject: (UsersUser)(.*)
set:
subject: User$2
+ - where:
+ subject: ^Application$
+ parameter-name: ApplicationId
+ set:
+ parameter-name: Id
+ alias: ApplicationId
+ - where:
+ subject: ^User$
+ parameter-name: UserId
+ set:
+ parameter-name: Id
+ alias: UserId
+ - where:
+ subject: ^ServicePrincipal$
+ parameter-name: ServicePrincipalId
+ set:
+ parameter-name: Id
+ alias: ServicePrincipalId
+ - where:
+ subject: ^Group$
+ verb: ^(?!Update$)
+ parameter-name: GroupId
+ set:
+ parameter-name: Id
+ alias: GroupId
+ - where:
+ subject: ^Group$
+ verb: ^Update$
+ parameter-name: GroupId
+ set:
+ parameter-name: ObjectId
+ alias: GroupId
# hide user owned application cmdlets
- where:
@@ -240,18 +273,6 @@ directive:
subject: organization
verb: New
hide: true
- - where:
- subject: ^group$
- verb: ^Update$
- parameter-name: GroupId
- set:
- parameter-name: ObjectId
- - where:
- subject: ^group$
- verb: ^Update$
- parameter-name: ObjectId
- set:
- alias: GroupId
- where:
subject: ^group$
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdApplication_Get.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdApplication_Get.cs
index 1f28b58b84ff..b68e680a58de 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdApplication_Get.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdApplication_Get.cs
@@ -53,20 +53,6 @@ public partial class GetAzADApplication_Get : global::System.Management.Automati
///
private int _responseSize = 0;
- /// Backing field for property.
- private string _applicationId;
-
- /// key: id of application
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of application")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of application",
- SerializedName = @"application-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string ApplicationId { get => this._applicationId; set => this._applicationId = value; }
-
/// Wait for .NET debugger to attach
[global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
@@ -134,6 +120,21 @@ public partial class GetAzADApplication_Get : global::System.Management.Automati
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of application
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of application")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of application",
+ SerializedName = @"application-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("ApplicationId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Accessor for our copy of the InvocationInfo.
public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } }
@@ -395,12 +396,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.ApplicationsApplicationGetApplication(ApplicationId, this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null, this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */, this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */, onOk, onDefault, this, Pipeline);
+ await this.Client.ApplicationsApplicationGetApplication(Id, this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null, this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */, this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */, onOk, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ApplicationId=ApplicationId,ConsistencyLevel=this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null,Select=this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */,Expand=this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id,ConsistencyLevel=this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null,Select=this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */,Expand=this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdGroup_Get.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdGroup_Get.cs
index 2d6fd7705ae6..7f9c3ee31d42 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdGroup_Get.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdGroup_Get.cs
@@ -108,20 +108,6 @@ public partial class GetAzADGroup_Get : global::System.Management.Automation.PSC
/// Accessor for extensibleParameters.
public global::System.Collections.Generic.IDictionary ExtensibleParameters { get => _extensibleParameters ; }
- /// Backing field for property.
- private string _groupId;
-
- /// key: id of group
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of group")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of group",
- SerializedName = @"group-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string GroupId { get => this._groupId; set => this._groupId = value; }
-
/// SendAsync Pipeline Steps to be appended to the front of the pipeline
[global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")]
[global::System.Management.Automation.ValidateNotNull]
@@ -134,6 +120,21 @@ public partial class GetAzADGroup_Get : global::System.Management.Automation.PSC
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of group
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of group")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of group",
+ SerializedName = @"group-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("GroupId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Accessor for our copy of the InvocationInfo.
public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } }
@@ -393,12 +394,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.GroupsGroupGetGroup(GroupId, this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null, this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */, this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */, onOk, onDefault, this, Pipeline);
+ await this.Client.GroupsGroupGetGroup(Id, this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null, this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */, this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */, onOk, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { GroupId=GroupId,ConsistencyLevel=this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null,Select=this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */,Expand=this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id,ConsistencyLevel=this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null,Select=this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */,Expand=this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdServicePrincipal_Get.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdServicePrincipal_Get.cs
index 83f7a282ca43..30e0607d21ce 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdServicePrincipal_Get.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdServicePrincipal_Get.cs
@@ -120,6 +120,21 @@ public partial class GetAzADServicePrincipal_Get : global::System.Management.Aut
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of servicePrincipal
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of servicePrincipal")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of servicePrincipal",
+ SerializedName = @"servicePrincipal-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("ServicePrincipalId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Accessor for our copy of the InvocationInfo.
public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } }
@@ -167,20 +182,6 @@ public partial class GetAzADServicePrincipal_Get : global::System.Management.Aut
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Query)]
public string[] Select { get => this._select; set => this._select = value; }
- /// Backing field for property.
- private string _servicePrincipalId;
-
- /// key: id of servicePrincipal
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of servicePrincipal")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of servicePrincipal",
- SerializedName = @"servicePrincipal-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string ServicePrincipalId { get => this._servicePrincipalId; set => this._servicePrincipalId = value; }
-
///
/// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what
/// happens on that response. Implement this method in a partial class to enable this behavior
@@ -395,12 +396,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.ServicePrincipalsServicePrincipalGetServicePrincipal(ServicePrincipalId, this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null, this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */, this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */, onOk, onDefault, this, Pipeline);
+ await this.Client.ServicePrincipalsServicePrincipalGetServicePrincipal(Id, this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null, this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */, this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */, onOk, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ServicePrincipalId=ServicePrincipalId,ConsistencyLevel=this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null,Select=this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */,Expand=this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id,ConsistencyLevel=this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null,Select=this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */,Expand=this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdUser_Get.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdUser_Get.cs
index f9d9c8254927..be4bac87d4e1 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdUser_Get.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/GetAzAdUser_Get.cs
@@ -117,6 +117,21 @@ public partial class GetAzADUser_Get : global::System.Management.Automation.PSCm
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of user
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of user")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of user",
+ SerializedName = @"user-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("UserId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Accessor for our copy of the InvocationInfo.
public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } }
@@ -164,20 +179,6 @@ public partial class GetAzADUser_Get : global::System.Management.Automation.PSCm
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Query)]
public string[] Select { get => this._select; set => this._select = value; }
- /// Backing field for property.
- private string _userId;
-
- /// key: id of user
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of user")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of user",
- SerializedName = @"user-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string UserId { get => this._userId; set => this._userId = value; }
-
///
/// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what
/// happens on that response. Implement this method in a partial class to enable this behavior
@@ -390,12 +391,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.UsersUserGetUser(UserId, this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null, this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */, this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */, onOk, onDefault, this, Pipeline);
+ await this.Client.UsersUserGetUser(Id, this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null, this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */, this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */, onOk, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { UserId=UserId,ConsistencyLevel=this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null,Select=this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */,Expand=this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id,ConsistencyLevel=this.InvocationInformation.BoundParameters.ContainsKey("ConsistencyLevel") ? ConsistencyLevel : null,Select=this.InvocationInformation.BoundParameters.ContainsKey("Select") ? Select : null /* fixedArrayOf */,Expand=this.InvocationInformation.BoundParameters.ContainsKey("Expand") ? Expand : null /* fixedArrayOf */})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdApplication_Delete.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdApplication_Delete.cs
index 153f6ce9dbc0..59823a26016c 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdApplication_Delete.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdApplication_Delete.cs
@@ -53,20 +53,6 @@ public partial class RemoveAzADApplication_Delete : global::System.Management.Au
///
private int _responseSize = 0;
- /// Backing field for property.
- private string _applicationId;
-
- /// key: id of application
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of application")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of application",
- SerializedName = @"application-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string ApplicationId { get => this._applicationId; set => this._applicationId = value; }
-
/// Wait for .NET debugger to attach
[global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
@@ -103,6 +89,21 @@ public partial class RemoveAzADApplication_Delete : global::System.Management.Au
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of application
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of application")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of application",
+ SerializedName = @"application-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("ApplicationId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Backing field for property.
private string _ifMatch;
@@ -363,12 +364,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.ApplicationsApplicationDeleteApplication(ApplicationId, this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null, onNoContent, onDefault, this, Pipeline);
+ await this.Client.ApplicationsApplicationDeleteApplication(Id, this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null, onNoContent, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ApplicationId=ApplicationId,IfMatch=this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id,IfMatch=this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdGroup_Delete.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdGroup_Delete.cs
index bb2a682238da..8b10deaf441a 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdGroup_Delete.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdGroup_Delete.cs
@@ -77,20 +77,6 @@ public partial class RemoveAzADGroup_Delete : global::System.Management.Automati
/// Accessor for extensibleParameters.
public global::System.Collections.Generic.IDictionary ExtensibleParameters { get => _extensibleParameters ; }
- /// Backing field for property.
- private string _groupId;
-
- /// key: id of group
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of group")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of group",
- SerializedName = @"group-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string GroupId { get => this._groupId; set => this._groupId = value; }
-
/// SendAsync Pipeline Steps to be appended to the front of the pipeline
[global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")]
[global::System.Management.Automation.ValidateNotNull]
@@ -103,6 +89,21 @@ public partial class RemoveAzADGroup_Delete : global::System.Management.Automati
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of group
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of group")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of group",
+ SerializedName = @"group-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("GroupId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Backing field for property.
private string _ifMatch;
@@ -363,12 +364,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.GroupsGroupDeleteGroup(GroupId, this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null, onNoContent, onDefault, this, Pipeline);
+ await this.Client.GroupsGroupDeleteGroup(Id, this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null, onNoContent, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { GroupId=GroupId,IfMatch=this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id,IfMatch=this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdServicePrincipal_Delete.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdServicePrincipal_Delete.cs
index 5ef5ccbc3126..09bf99a0904c 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdServicePrincipal_Delete.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdServicePrincipal_Delete.cs
@@ -89,6 +89,21 @@ public partial class RemoveAzADServicePrincipal_Delete : global::System.Manageme
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of servicePrincipal
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of servicePrincipal")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of servicePrincipal",
+ SerializedName = @"servicePrincipal-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("ServicePrincipalId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Backing field for property.
private string _ifMatch;
@@ -142,20 +157,6 @@ public partial class RemoveAzADServicePrincipal_Delete : global::System.Manageme
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; }
- /// Backing field for property.
- private string _servicePrincipalId;
-
- /// key: id of servicePrincipal
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of servicePrincipal")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of servicePrincipal",
- SerializedName = @"servicePrincipal-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string ServicePrincipalId { get => this._servicePrincipalId; set => this._servicePrincipalId = value; }
-
///
/// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what
/// happens on that response. Implement this method in a partial class to enable this behavior
@@ -363,12 +364,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.ServicePrincipalsServicePrincipalDeleteServicePrincipal(ServicePrincipalId, this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null, onNoContent, onDefault, this, Pipeline);
+ await this.Client.ServicePrincipalsServicePrincipalDeleteServicePrincipal(Id, this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null, onNoContent, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ServicePrincipalId=ServicePrincipalId,IfMatch=this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id,IfMatch=this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdUser_Delete.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdUser_Delete.cs
index e56e649168d2..ae65d898b1ec 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdUser_Delete.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/RemoveAzAdUser_Delete.cs
@@ -86,6 +86,21 @@ public partial class RemoveAzADUser_Delete : global::System.Management.Automatio
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of user
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of user")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of user",
+ SerializedName = @"user-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("UserId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Backing field for property.
private string _ifMatch;
@@ -139,20 +154,6 @@ public partial class RemoveAzADUser_Delete : global::System.Management.Automatio
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; }
- /// Backing field for property.
- private string _userId;
-
- /// key: id of user
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of user")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of user",
- SerializedName = @"user-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string UserId { get => this._userId; set => this._userId = value; }
-
///
/// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what
/// happens on that response. Implement this method in a partial class to enable this behavior
@@ -360,12 +361,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.UsersUserDeleteUser(UserId, this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null, onNoContent, onDefault, this, Pipeline);
+ await this.Client.UsersUserDeleteUser(Id, this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null, onNoContent, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { UserId=UserId,IfMatch=this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id,IfMatch=this.InvocationInformation.BoundParameters.ContainsKey("IfMatch") ? IfMatch : null})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADApplication_UpdateViaJsonFilePath.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADApplication_UpdateViaJsonFilePath.cs
index 002516af242d..e4c8674ff6e7 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADApplication_UpdateViaJsonFilePath.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADApplication_UpdateViaJsonFilePath.cs
@@ -56,20 +56,6 @@ public partial class UpdateAzADApplication_UpdateViaJsonFilePath : global::Syste
///
private int _responseSize = 0;
- /// Backing field for property.
- private string _applicationId;
-
- /// key: id of application
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of application")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of application",
- SerializedName = @"application-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string ApplicationId { get => this._applicationId; set => this._applicationId = value; }
-
/// Wait for .NET debugger to attach
[global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
@@ -106,6 +92,21 @@ public partial class UpdateAzADApplication_UpdateViaJsonFilePath : global::Syste
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of application
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of application")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of application",
+ SerializedName = @"application-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("ApplicationId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Accessor for our copy of the InvocationInfo.
public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } }
@@ -365,12 +366,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.ApplicationsApplicationUpdateApplicationViaJsonString(ApplicationId, _jsonString, onNoContent, onDefault, this, Pipeline);
+ await this.Client.ApplicationsApplicationUpdateApplicationViaJsonString(Id, _jsonString, onNoContent, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ApplicationId=ApplicationId})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADApplication_UpdateViaJsonString.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADApplication_UpdateViaJsonString.cs
index 10cfd82b4ffe..1a5d5aa53fcb 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADApplication_UpdateViaJsonString.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADApplication_UpdateViaJsonString.cs
@@ -54,20 +54,6 @@ public partial class UpdateAzADApplication_UpdateViaJsonString : global::System.
///
private int _responseSize = 0;
- /// Backing field for property.
- private string _applicationId;
-
- /// key: id of application
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of application")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of application",
- SerializedName = @"application-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string ApplicationId { get => this._applicationId; set => this._applicationId = value; }
-
/// Wait for .NET debugger to attach
[global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
@@ -104,6 +90,21 @@ public partial class UpdateAzADApplication_UpdateViaJsonString : global::System.
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of application
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of application")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of application",
+ SerializedName = @"application-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("ApplicationId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Accessor for our copy of the InvocationInfo.
public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } }
@@ -363,12 +364,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.ApplicationsApplicationUpdateApplicationViaJsonString(ApplicationId, _jsonString, onNoContent, onDefault, this, Pipeline);
+ await this.Client.ApplicationsApplicationUpdateApplicationViaJsonString(Id, _jsonString, onNoContent, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ApplicationId=ApplicationId})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADServicePrincipal_UpdateViaJsonFilePath.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADServicePrincipal_UpdateViaJsonFilePath.cs
index 9f23120a5abd..7f7ea5fececb 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADServicePrincipal_UpdateViaJsonFilePath.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADServicePrincipal_UpdateViaJsonFilePath.cs
@@ -92,6 +92,21 @@ public partial class UpdateAzADServicePrincipal_UpdateViaJsonFilePath : global::
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of servicePrincipal
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of servicePrincipal")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of servicePrincipal",
+ SerializedName = @"servicePrincipal-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("ServicePrincipalId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Accessor for our copy of the InvocationInfo.
public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } }
@@ -144,20 +159,6 @@ public partial class UpdateAzADServicePrincipal_UpdateViaJsonFilePath : global::
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; }
- /// Backing field for property.
- private string _servicePrincipalId;
-
- /// key: id of servicePrincipal
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of servicePrincipal")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of servicePrincipal",
- SerializedName = @"servicePrincipal-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string ServicePrincipalId { get => this._servicePrincipalId; set => this._servicePrincipalId = value; }
-
///
/// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what
/// happens on that response. Implement this method in a partial class to enable this behavior
@@ -365,12 +366,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.ServicePrincipalsServicePrincipalUpdateServicePrincipalViaJsonString(ServicePrincipalId, _jsonString, onNoContent, onDefault, this, Pipeline);
+ await this.Client.ServicePrincipalsServicePrincipalUpdateServicePrincipalViaJsonString(Id, _jsonString, onNoContent, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ServicePrincipalId=ServicePrincipalId})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADServicePrincipal_UpdateViaJsonString.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADServicePrincipal_UpdateViaJsonString.cs
index 2b2e1af430a3..3b4349cecaa0 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADServicePrincipal_UpdateViaJsonString.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADServicePrincipal_UpdateViaJsonString.cs
@@ -90,6 +90,21 @@ public partial class UpdateAzADServicePrincipal_UpdateViaJsonString : global::Sy
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of servicePrincipal
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of servicePrincipal")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of servicePrincipal",
+ SerializedName = @"servicePrincipal-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("ServicePrincipalId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Accessor for our copy of the InvocationInfo.
public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } }
@@ -142,20 +157,6 @@ public partial class UpdateAzADServicePrincipal_UpdateViaJsonString : global::Sy
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; }
- /// Backing field for property.
- private string _servicePrincipalId;
-
- /// key: id of servicePrincipal
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of servicePrincipal")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of servicePrincipal",
- SerializedName = @"servicePrincipal-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string ServicePrincipalId { get => this._servicePrincipalId; set => this._servicePrincipalId = value; }
-
///
/// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what
/// happens on that response. Implement this method in a partial class to enable this behavior
@@ -363,12 +364,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.ServicePrincipalsServicePrincipalUpdateServicePrincipalViaJsonString(ServicePrincipalId, _jsonString, onNoContent, onDefault, this, Pipeline);
+ await this.Client.ServicePrincipalsServicePrincipalUpdateServicePrincipalViaJsonString(Id, _jsonString, onNoContent, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ServicePrincipalId=ServicePrincipalId})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADUser_UpdateViaJsonFilePath.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADUser_UpdateViaJsonFilePath.cs
index 9ed66268d77b..1444f8a48dea 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADUser_UpdateViaJsonFilePath.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADUser_UpdateViaJsonFilePath.cs
@@ -89,6 +89,21 @@ public partial class UpdateAzADUser_UpdateViaJsonFilePath : global::System.Manag
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of user
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of user")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of user",
+ SerializedName = @"user-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("UserId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Accessor for our copy of the InvocationInfo.
public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } }
@@ -141,20 +156,6 @@ public partial class UpdateAzADUser_UpdateViaJsonFilePath : global::System.Manag
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; }
- /// Backing field for property.
- private string _userId;
-
- /// key: id of user
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of user")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of user",
- SerializedName = @"user-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string UserId { get => this._userId; set => this._userId = value; }
-
///
/// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what
/// happens on that response. Implement this method in a partial class to enable this behavior
@@ -362,12 +363,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.UsersUserUpdateUserViaJsonString(UserId, _jsonString, onNoContent, onDefault, this, Pipeline);
+ await this.Client.UsersUserUpdateUserViaJsonString(Id, _jsonString, onNoContent, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { UserId=UserId})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADUser_UpdateViaJsonString.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADUser_UpdateViaJsonString.cs
index 06a07f518f13..643333bcfa98 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADUser_UpdateViaJsonString.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzADUser_UpdateViaJsonString.cs
@@ -87,6 +87,21 @@ public partial class UpdateAzADUser_UpdateViaJsonString : global::System.Managem
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of user
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of user")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of user",
+ SerializedName = @"user-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("UserId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// Accessor for our copy of the InvocationInfo.
public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } }
@@ -139,20 +154,6 @@ public partial class UpdateAzADUser_UpdateViaJsonString : global::System.Managem
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public global::System.Management.Automation.SwitchParameter ProxyUseDefaultCredentials { get; set; }
- /// Backing field for property.
- private string _userId;
-
- /// key: id of user
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of user")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of user",
- SerializedName = @"user-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string UserId { get => this._userId; set => this._userId = value; }
-
///
/// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what
/// happens on that response. Implement this method in a partial class to enable this behavior
@@ -360,12 +361,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.UsersUserUpdateUserViaJsonString(UserId, _jsonString, onNoContent, onDefault, this, Pipeline);
+ await this.Client.UsersUserUpdateUserViaJsonString(Id, _jsonString, onNoContent, onDefault, this, Pipeline);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { UserId=UserId})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdApplication_UpdateExpanded.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdApplication_UpdateExpanded.cs
index b84f8eb5a69f..98b7fb4fdcc6 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdApplication_UpdateExpanded.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdApplication_UpdateExpanded.cs
@@ -104,20 +104,6 @@ public partial class UpdateAzADApplication_UpdateExpanded : global::System.Manag
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole) })]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[] AppRole { get => _body.AppRole ?? null /* fixedArrayOf */; set => _body.AppRole = value; }
- /// Backing field for property.
- private string _applicationId;
-
- /// key: id of application
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of application")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of application",
- SerializedName = @"application-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string ApplicationId { get => this._applicationId; set => this._applicationId = value; }
-
/// Unique identifier of the applicationTemplate.
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Unique identifier of the applicationTemplate.")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Body)]
@@ -279,6 +265,21 @@ public partial class UpdateAzADApplication_UpdateExpanded : global::System.Manag
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of application
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of application")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of application",
+ SerializedName = @"application-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("ApplicationId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
///
/// The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application
/// is multi-tenant. For more information, see Application Objects and Service Principal Objects. The any operator is required
@@ -808,12 +809,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.ApplicationsApplicationUpdateApplication(ApplicationId, _body, onNoContent, onDefault, this, Pipeline, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SerializationMode.IncludeUpdate);
+ await this.Client.ApplicationsApplicationUpdateApplication(Id, _body, onNoContent, onDefault, this, Pipeline, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SerializationMode.IncludeUpdate);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ApplicationId=ApplicationId})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdServicePrincipal_UpdateExpanded.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdServicePrincipal_UpdateExpanded.cs
index 98407a9b88bd..0bb5da9b7cfe 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdServicePrincipal_UpdateExpanded.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdServicePrincipal_UpdateExpanded.cs
@@ -377,6 +377,21 @@ public partial class UpdateAzADServicePrincipal_UpdateExpanded : global::System.
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of servicePrincipal
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of servicePrincipal")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of servicePrincipal",
+ SerializedName = @"servicePrincipal-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("ServicePrincipalId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
/// informationalUrl
[global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "informationalUrl")]
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Body)]
@@ -584,20 +599,6 @@ public partial class UpdateAzADServicePrincipal_UpdateExpanded : global::System.
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings) })]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings SamlSingleSignOnSetting { get => _body.SamlSingleSignOnSetting ?? null /* object */; set => _body.SamlSingleSignOnSetting = value; }
- /// Backing field for property.
- private string _servicePrincipalId;
-
- /// key: id of servicePrincipal
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of servicePrincipal")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of servicePrincipal",
- SerializedName = @"servicePrincipal-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string ServicePrincipalId { get => this._servicePrincipalId; set => this._servicePrincipalId = value; }
-
///
/// Contains the list of identifiersUris, copied over from the associated application. Additional values can be added to hybrid
/// applications. These values can be used to identify the permissions exposed by this app within Azure AD. For example,Client
@@ -905,12 +906,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.ServicePrincipalsServicePrincipalUpdateServicePrincipal(ServicePrincipalId, _body, onNoContent, onDefault, this, Pipeline, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SerializationMode.IncludeUpdate);
+ await this.Client.ServicePrincipalsServicePrincipalUpdateServicePrincipal(Id, _body, onNoContent, onDefault, this, Pipeline, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SerializationMode.IncludeUpdate);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ServicePrincipalId=ServicePrincipalId})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdUser_UpdateExpanded.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdUser_UpdateExpanded.cs
index 6e0ee3f5e500..dcd889b2cacf 100644
--- a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdUser_UpdateExpanded.cs
+++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdUser_UpdateExpanded.cs
@@ -358,6 +358,21 @@ public partial class UpdateAzADUser_UpdateExpanded : global::System.Management.A
[global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Runtime)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[] HttpPipelinePrepend { get; set; }
+ /// Backing field for property.
+ private string _id;
+
+ /// key: id of user
+ [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of user")]
+ [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
+ Required = true,
+ ReadOnly = false,
+ Description = @"key: id of user",
+ SerializedName = @"user-id",
+ PossibleTypes = new [] { typeof(string) })]
+ [global::System.Management.Automation.Alias("UserId")]
+ [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
+ public string Id { get => this._id; set => this._id = value; }
+
///
/// Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also
/// known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft,
@@ -739,20 +754,6 @@ public partial class UpdateAzADUser_UpdateExpanded : global::System.Management.A
PossibleTypes = new [] { typeof(string) })]
public string UsageLocation { get => _body.UsageLocation ?? null; set => _body.UsageLocation = value; }
- /// Backing field for property.
- private string _userId;
-
- /// key: id of user
- [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "key: id of user")]
- [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(
- Required = true,
- ReadOnly = false,
- Description = @"key: id of user",
- SerializedName = @"user-id",
- PossibleTypes = new [] { typeof(string) })]
- [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Path)]
- public string UserId { get => this._userId; set => this._userId = value; }
-
///
/// The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet
/// standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain
@@ -993,12 +994,12 @@ protected override void ProcessRecord()
try
{
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
- await this.Client.UsersUserUpdateUser(UserId, _body, onNoContent, onDefault, this, Pipeline, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SerializationMode.IncludeUpdate);
+ await this.Client.UsersUserUpdateUser(Id, _body, onNoContent, onDefault, this, Pipeline, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SerializationMode.IncludeUpdate);
await ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; }
}
catch (Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.UndeclaredResponseException urexception)
{
- WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { UserId=UserId})
+ WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { Id=Id})
{
ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action }
});
diff --git a/src/Resources/MSGraph.Autorest/internal/Get-AzADApplication.ps1 b/src/Resources/MSGraph.Autorest/internal/Get-AzADApplication.ps1
index f3dd76287940..9dca79e01710 100644
--- a/src/Resources/MSGraph.Autorest/internal/Get-AzADApplication.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Get-AzADApplication.ps1
@@ -47,10 +47,11 @@ function Get-AzADApplication {
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
+ [Alias('ApplicationId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of application
- ${ApplicationId},
+ ${Id},
[Parameter()]
[AllowEmptyCollection()]
diff --git a/src/Resources/MSGraph.Autorest/internal/Get-AzADGroup.ps1 b/src/Resources/MSGraph.Autorest/internal/Get-AzADGroup.ps1
index 6a1eb9bff922..bcb5e49e240e 100644
--- a/src/Resources/MSGraph.Autorest/internal/Get-AzADGroup.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Get-AzADGroup.ps1
@@ -43,10 +43,11 @@ function Get-AzADGroup {
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
+ [Alias('GroupId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of group
- ${GroupId},
+ ${Id},
[Parameter()]
[AllowEmptyCollection()]
diff --git a/src/Resources/MSGraph.Autorest/internal/Get-AzADServicePrincipal.ps1 b/src/Resources/MSGraph.Autorest/internal/Get-AzADServicePrincipal.ps1
index 7bec0906f4de..38421964b394 100644
--- a/src/Resources/MSGraph.Autorest/internal/Get-AzADServicePrincipal.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Get-AzADServicePrincipal.ps1
@@ -47,10 +47,11 @@ function Get-AzADServicePrincipal {
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
+ [Alias('ServicePrincipalId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of servicePrincipal
- ${ServicePrincipalId},
+ ${Id},
[Parameter()]
[AllowEmptyCollection()]
diff --git a/src/Resources/MSGraph.Autorest/internal/Get-AzADUser.ps1 b/src/Resources/MSGraph.Autorest/internal/Get-AzADUser.ps1
index abb7d27eb8b7..b21363d01fb8 100644
--- a/src/Resources/MSGraph.Autorest/internal/Get-AzADUser.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Get-AzADUser.ps1
@@ -41,10 +41,11 @@ function Get-AzADUser {
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
+ [Alias('UserId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of user
- ${UserId},
+ ${Id},
[Parameter()]
[AllowEmptyCollection()]
diff --git a/src/Resources/MSGraph.Autorest/internal/ProxyCmdletDefinitions.ps1 b/src/Resources/MSGraph.Autorest/internal/ProxyCmdletDefinitions.ps1
index 772e101404bc..d90aa2c179a2 100644
--- a/src/Resources/MSGraph.Autorest/internal/ProxyCmdletDefinitions.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/ProxyCmdletDefinitions.ps1
@@ -981,10 +981,11 @@ function Get-AzADApplication {
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
+ [Alias('ApplicationId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of application
- ${ApplicationId},
+ ${Id},
[Parameter()]
[AllowEmptyCollection()]
@@ -1347,10 +1348,11 @@ function Get-AzADGroup {
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
+ [Alias('GroupId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of group
- ${GroupId},
+ ${Id},
[Parameter()]
[AllowEmptyCollection()]
@@ -1542,10 +1544,11 @@ function Get-AzADServicePrincipal {
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
+ [Alias('ServicePrincipalId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of servicePrincipal
- ${ServicePrincipalId},
+ ${Id},
[Parameter()]
[AllowEmptyCollection()]
@@ -2153,10 +2156,11 @@ function Get-AzADUser {
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
param(
[Parameter(ParameterSetName='Get', Mandatory)]
+ [Alias('UserId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of user
- ${UserId},
+ ${Id},
[Parameter()]
[AllowEmptyCollection()]
@@ -7174,10 +7178,11 @@ function Remove-AzADApplication {
[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('ApplicationId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of application
- ${ApplicationId},
+ ${Id},
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Header')]
@@ -7438,10 +7443,11 @@ function Remove-AzADGroup {
[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('GroupId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of group
- ${GroupId},
+ ${Id},
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Header')]
@@ -7905,10 +7911,11 @@ function Remove-AzADServicePrincipal {
[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('ServicePrincipalId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of servicePrincipal
- ${ServicePrincipalId},
+ ${Id},
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Header')]
@@ -8033,10 +8040,11 @@ function Remove-AzADUser {
[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('UserId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of user
- ${UserId},
+ ${Id},
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Header')]
@@ -8904,10 +8912,11 @@ function Update-AzADApplication {
[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('ApplicationId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of application
- ${ApplicationId},
+ ${Id},
[Parameter(ParameterSetName='UpdateExpanded')]
[AllowEmptyCollection()]
@@ -10242,10 +10251,11 @@ function Update-AzADServicePrincipal {
[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('ServicePrincipalId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of servicePrincipal
- ${ServicePrincipalId},
+ ${Id},
[Parameter(ParameterSetName='UpdateExpanded')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')]
@@ -10715,10 +10725,11 @@ function Update-AzADUser {
[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('UserId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of user
- ${UserId},
+ ${Id},
[Parameter(ParameterSetName='UpdateExpanded')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')]
diff --git a/src/Resources/MSGraph.Autorest/internal/Remove-AzADApplication.ps1 b/src/Resources/MSGraph.Autorest/internal/Remove-AzADApplication.ps1
index 67a5ef6004e4..887155924786 100644
--- a/src/Resources/MSGraph.Autorest/internal/Remove-AzADApplication.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Remove-AzADApplication.ps1
@@ -36,10 +36,11 @@ function Remove-AzADApplication {
[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('ApplicationId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of application
- ${ApplicationId},
+ ${Id},
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Header')]
diff --git a/src/Resources/MSGraph.Autorest/internal/Remove-AzADGroup.ps1 b/src/Resources/MSGraph.Autorest/internal/Remove-AzADGroup.ps1
index 5ac5edff9cb0..b3e2f1d6490d 100644
--- a/src/Resources/MSGraph.Autorest/internal/Remove-AzADGroup.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Remove-AzADGroup.ps1
@@ -36,10 +36,11 @@ function Remove-AzADGroup {
[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('GroupId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of group
- ${GroupId},
+ ${Id},
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Header')]
diff --git a/src/Resources/MSGraph.Autorest/internal/Remove-AzADServicePrincipal.ps1 b/src/Resources/MSGraph.Autorest/internal/Remove-AzADServicePrincipal.ps1
index 9e0a2d4cabba..29b92921bcbc 100644
--- a/src/Resources/MSGraph.Autorest/internal/Remove-AzADServicePrincipal.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Remove-AzADServicePrincipal.ps1
@@ -36,10 +36,11 @@ function Remove-AzADServicePrincipal {
[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('ServicePrincipalId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of servicePrincipal
- ${ServicePrincipalId},
+ ${Id},
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Header')]
diff --git a/src/Resources/MSGraph.Autorest/internal/Remove-AzADUser.ps1 b/src/Resources/MSGraph.Autorest/internal/Remove-AzADUser.ps1
index 85d8a161cc2f..abd7b4d5492b 100644
--- a/src/Resources/MSGraph.Autorest/internal/Remove-AzADUser.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Remove-AzADUser.ps1
@@ -34,10 +34,11 @@ function Remove-AzADUser {
[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('UserId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of user
- ${UserId},
+ ${Id},
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Header')]
diff --git a/src/Resources/MSGraph.Autorest/internal/Update-AzADApplication.ps1 b/src/Resources/MSGraph.Autorest/internal/Update-AzADApplication.ps1
index fb91d976e5ac..215b87b78ac5 100644
--- a/src/Resources/MSGraph.Autorest/internal/Update-AzADApplication.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Update-AzADApplication.ps1
@@ -777,10 +777,11 @@ function Update-AzADApplication {
[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('ApplicationId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of application
- ${ApplicationId},
+ ${Id},
[Parameter(ParameterSetName='UpdateExpanded')]
[AllowEmptyCollection()]
diff --git a/src/Resources/MSGraph.Autorest/internal/Update-AzADServicePrincipal.ps1 b/src/Resources/MSGraph.Autorest/internal/Update-AzADServicePrincipal.ps1
index 50ec2c134e3f..3fe27289db5f 100644
--- a/src/Resources/MSGraph.Autorest/internal/Update-AzADServicePrincipal.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Update-AzADServicePrincipal.ps1
@@ -980,10 +980,11 @@ function Update-AzADServicePrincipal {
[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('ServicePrincipalId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of servicePrincipal
- ${ServicePrincipalId},
+ ${Id},
[Parameter(ParameterSetName='UpdateExpanded')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')]
diff --git a/src/Resources/MSGraph.Autorest/internal/Update-AzADUser.ps1 b/src/Resources/MSGraph.Autorest/internal/Update-AzADUser.ps1
index f15260da09c1..29e797ea2137 100644
--- a/src/Resources/MSGraph.Autorest/internal/Update-AzADUser.ps1
+++ b/src/Resources/MSGraph.Autorest/internal/Update-AzADUser.ps1
@@ -56,10 +56,11 @@ function Update-AzADUser {
[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
param(
[Parameter(Mandatory)]
+ [Alias('UserId')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Path')]
[System.String]
# key: id of user
- ${UserId},
+ ${Id},
[Parameter(ParameterSetName='UpdateExpanded')]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')]
diff --git a/src/Resources/Policy.Autorest/generated/cmdlets/NewAzPolicyAssignment_CreateExpanded.cs b/src/Resources/Policy.Autorest/generated/cmdlets/NewAzPolicyAssignment_CreateExpanded.cs
index cc134071f51f..9320b1ee55b4 100644
--- a/src/Resources/Policy.Autorest/generated/cmdlets/NewAzPolicyAssignment_CreateExpanded.cs
+++ b/src/Resources/Policy.Autorest/generated/cmdlets/NewAzPolicyAssignment_CreateExpanded.cs
@@ -111,8 +111,8 @@ public partial class NewAzPolicyAssignment_CreateExpanded : global::System.Manag
PossibleTypes = new [] { typeof(string) })]
public string DisplayName { get => _parametersBody.DisplayName ?? null; set => _parametersBody.DisplayName = value; }
- /// Decides if enable a system assigned identity for the resource.
- [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Decides if enable a system assigned identity for the resource.")]
+ /// Determines whether to enable a system-assigned identity for the resource.
+ [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Determines whether to enable a system-assigned identity for the resource.")]
public global::System.Management.Automation.SwitchParameter EnableSystemAssignedIdentity { set => _parametersBody.IdentityType = value.IsPresent ? "SystemAssigned": null ; }
///
diff --git a/src/Resources/Policy.Autorest/generated/cmdlets/NewAzPolicyAssignment_CreateExpanded1.cs b/src/Resources/Policy.Autorest/generated/cmdlets/NewAzPolicyAssignment_CreateExpanded1.cs
index b6efcbf12f25..6110ab00271a 100644
--- a/src/Resources/Policy.Autorest/generated/cmdlets/NewAzPolicyAssignment_CreateExpanded1.cs
+++ b/src/Resources/Policy.Autorest/generated/cmdlets/NewAzPolicyAssignment_CreateExpanded1.cs
@@ -114,8 +114,8 @@ public partial class NewAzPolicyAssignment_CreateExpanded1 : global::System.Mana
PossibleTypes = new [] { typeof(string) })]
public string DisplayName { get => _parametersBody.DisplayName ?? null; set => _parametersBody.DisplayName = value; }
- /// Decides if enable a system assigned identity for the resource.
- [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Decides if enable a system assigned identity for the resource.")]
+ /// Determines whether to enable a system-assigned identity for the resource.
+ [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Determines whether to enable a system-assigned identity for the resource.")]
public global::System.Management.Automation.SwitchParameter EnableSystemAssignedIdentity { set => _parametersBody.IdentityType = value.IsPresent ? "SystemAssigned": null ; }
///
diff --git a/src/Resources/Policy.Autorest/generated/cmdlets/UpdateAzPolicyAssignment_UpdateExpanded.cs b/src/Resources/Policy.Autorest/generated/cmdlets/UpdateAzPolicyAssignment_UpdateExpanded.cs
index 29529294e8cd..720ee68e5baf 100644
--- a/src/Resources/Policy.Autorest/generated/cmdlets/UpdateAzPolicyAssignment_UpdateExpanded.cs
+++ b/src/Resources/Policy.Autorest/generated/cmdlets/UpdateAzPolicyAssignment_UpdateExpanded.cs
@@ -115,8 +115,8 @@ public partial class UpdateAzPolicyAssignment_UpdateExpanded : global::System.Ma
PossibleTypes = new [] { typeof(string) })]
public string DisplayName { get => _parametersBody.DisplayName ?? null; set => _parametersBody.DisplayName = value; }
- /// Decides if enable a system assigned identity for the resource.
- [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Decides if enable a system assigned identity for the resource.")]
+ /// Determines whether to enable a system-assigned identity for the resource.
+ [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Determines whether to enable a system-assigned identity for the resource.")]
public System.Boolean? EnableSystemAssignedIdentity { get; set; }
///
diff --git a/src/Resources/Policy.Autorest/internal/New-AzPolicyAssignment.ps1 b/src/Resources/Policy.Autorest/internal/New-AzPolicyAssignment.ps1
index 6276d102f07b..a25a5ecc04ed 100644
--- a/src/Resources/Policy.Autorest/internal/New-AzPolicyAssignment.ps1
+++ b/src/Resources/Policy.Autorest/internal/New-AzPolicyAssignment.ps1
@@ -173,7 +173,7 @@ param(
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Category('Body')]
[System.Management.Automation.SwitchParameter]
- # Decides if enable a system assigned identity for the resource.
+ # Determines whether to enable a system-assigned identity for the resource.
${EnableSystemAssignedIdentity},
[Parameter()]
diff --git a/src/Resources/Policy.Autorest/internal/ProxyCmdletDefinitions.ps1 b/src/Resources/Policy.Autorest/internal/ProxyCmdletDefinitions.ps1
index 78d8857a3ffa..1873b4a7db0a 100644
--- a/src/Resources/Policy.Autorest/internal/ProxyCmdletDefinitions.ps1
+++ b/src/Resources/Policy.Autorest/internal/ProxyCmdletDefinitions.ps1
@@ -2447,7 +2447,7 @@ param(
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Category('Body')]
[System.Management.Automation.SwitchParameter]
- # Decides if enable a system assigned identity for the resource.
+ # Determines whether to enable a system-assigned identity for the resource.
${EnableSystemAssignedIdentity},
[Parameter()]
@@ -4878,7 +4878,7 @@ param(
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Category('Body')]
[System.Nullable[System.Boolean]]
- # Decides if enable a system assigned identity for the resource.
+ # Determines whether to enable a system-assigned identity for the resource.
${EnableSystemAssignedIdentity},
[Parameter()]
diff --git a/src/Resources/Policy.Autorest/internal/Update-AzPolicyAssignment.ps1 b/src/Resources/Policy.Autorest/internal/Update-AzPolicyAssignment.ps1
index 02cf57a8c249..126fc4072464 100644
--- a/src/Resources/Policy.Autorest/internal/Update-AzPolicyAssignment.ps1
+++ b/src/Resources/Policy.Autorest/internal/Update-AzPolicyAssignment.ps1
@@ -137,7 +137,7 @@ param(
[Parameter()]
[Microsoft.Azure.PowerShell.Cmdlets.Policy.Category('Body')]
[System.Nullable[System.Boolean]]
- # Decides if enable a system assigned identity for the resource.
+ # Determines whether to enable a system-assigned identity for the resource.
${EnableSystemAssignedIdentity},
[Parameter()]
diff --git a/src/Resources/Resources/Az.Resources.psd1 b/src/Resources/Resources/Az.Resources.psd1
index 682f66f8158d..325cfaeb7bdd 100644
--- a/src/Resources/Resources/Az.Resources.psd1
+++ b/src/Resources/Resources/Az.Resources.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/30/2024
+# Generated on: 11/1/2024
#
@{
From c4aeb3a7914ab961deeabb36185d5b2902abce29 Mon Sep 17 00:00:00 2001
From: NanxiangLiu <33285578+Nickcandy@users.noreply.github.com>
Date: Thu, 31 Oct 2024 23:16:43 +0800
Subject: [PATCH 2/3] release for 2024-11-11 (#26555)
---
ChangeLog.md | 117 +
.../SyntaxChangeLog/SyntaxChangeLog-Az12.md | 50 +
.../upcoming-breaking-changes.md | 124 +-
src/Accounts/Accounts/Az.Accounts.psd1 | 12 +-
src/Accounts/Accounts/ChangeLog.md | 2 +
.../Accounts/Properties/AssemblyInfo.cs | 4 +-
.../Accounts/Utilities/CommandMappings.json | 115 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Authentication/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Authenticators/Properties/AssemblyInfo.cs | 4 +-
src/AksArc/AksArc/Az.AksArc.psd1 | 18 +-
src/AksArc/AksArc/ChangeLog.md | 2 +
src/AksArc/AksArc/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 2 +-
.../AnalysisServices/Az.AnalysisServices.psd1 | 10 +-
.../AnalysisServices/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 2 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../ApiManagement/Az.ApiManagement.psd1 | 9 +-
src/ApiManagement/ApiManagement/ChangeLog.md | 2 +
.../ApiManagement/Properties/AssemblyInfo.cs | 4 +-
.../Az.AppComplianceAutomation.psd1 | 8 +-
.../AppComplianceAutomation/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Attestation/Az.Attestation.psd1 | 10 +-
src/Attestation/Attestation/ChangeLog.md | 2 +
.../Attestation/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Batch/Batch/Az.Batch.psd1 | 13 +-
src/Batch/Batch/ChangeLog.md | 2 +
src/Batch/Batch/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Communication/Az.Communication.psd1 | 21 +-
src/Communication/Communication/ChangeLog.md | 2 +
.../Communication/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Compute/Compute/Az.Compute.psd1 | 13 +-
src/Compute/Compute/ChangeLog.md | 2 +
.../Compute/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../ConnectedMachine/Az.ConnectedMachine.psd1 | 8 +-
.../ConnectedMachine/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../DataFactory/Az.DataFactory.psd1 | 12 +-
src/DataFactory/DataFactory/ChangeLog.md | 2 +
.../DataFactory/Properties/AssemblyInfo.cs | 4 +-
.../DataFactoryV1/Properties/AssemblyInfo.cs | 4 +-
.../DataFactoryV2/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../DataProtection/Az.DataProtection.psd1 | 22 +-
.../DataProtection/ChangeLog.md | 2 +
.../DataProtection/Properties/AssemblyInfo.cs | 4 +-
.../Az.DeviceProvisioningServices.psd1 | 9 +-
.../DeviceProvisioningServices/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Elastic/Elastic/Az.Elastic.psd1 | 16 +-
src/Elastic/Elastic/ChangeLog.md | 2 +
.../Elastic/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/EventGrid/EventGrid/Az.EventGrid.psd1 | 16 +-
src/EventGrid/EventGrid/ChangeLog.md | 2 +
.../EventGrid/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 2 +-
src/EventHub/EventHub/Az.EventHub.psd1 | 10 +-
src/EventHub/EventHub/ChangeLog.md | 2 +
.../EventHub/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Functions/Functions/Az.Functions.psd1 | 9 +-
src/Functions/Functions/ChangeLog.md | 2 +
.../Functions/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Migrate/Migrate/Az.Migrate.psd1 | 19 +-
src/Migrate/Migrate/ChangeLog.md | 2 +
.../Migrate/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Monitor/Monitor/Az.Monitor.psd1 | 25 +-
src/Monitor/Monitor/ChangeLog.md | 2 +
.../Monitor/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../NetAppFiles/Az.NetAppFiles.psd1 | 33 +-
src/NetAppFiles/NetAppFiles/ChangeLog.md | 2 +
.../NetAppFiles/Properties/AssemblyInfo.cs | 4 +-
src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 | 9 +-
src/PrivateDns/PrivateDns/ChangeLog.md | 2 +
.../PrivateDns/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../RecoveryServices/Az.RecoveryServices.psd1 | 8 +-
.../RecoveryServices/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 2 +-
.../ResourceGraph/Az.ResourceGraph.psd1 | 10 +-
src/ResourceGraph/ResourceGraph/ChangeLog.md | 2 +
.../ResourceGraph/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
src/Resources/Resources/Az.Resources.psd1 | 19 +-
src/Resources/Resources/ChangeLog.md | 2 +
.../Resources/Properties/AssemblyInfo.cs | 4 +-
src/Resources/Tags/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 2 +-
src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 | 10 +-
src/ServiceBus/ServiceBus/ChangeLog.md | 2 +
.../ServiceBus/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../ServiceLinker/Az.ServiceLinker.psd1 | 8 +-
src/ServiceLinker/ServiceLinker/ChangeLog.md | 2 +
.../ServiceLinker/Properties/AssemblyInfo.cs | 4 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Properties/Assemblyinfo.cs | 4 +-
.../Storage.Management/Az.Storage.psd1 | 11 +-
src/Storage/Storage.Management/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
.../Storage/Properties/AssemblyInfo.cs | 4 +-
src/Terraform/Terraform/Az.Terraform.psd1 | 16 +-
src/Terraform/Terraform/ChangeLog.md | 2 +
.../Terraform/Properties/AssemblyInfo.cs | 4 +-
tools/Az/Az.psd1 | 199 +-
tools/AzPreview/AzPreview.psd1 | 60 +-
tools/AzPreview/ChangeLog.md | 162 +
tools/Docs/az-ps-latest-1.csv | 214 +-
tools/Docs/az-ps-latest-2.csv | 22 +-
tools/ExternalContributors.md | 22 +-
.../SerializedCmdlets/Az.Accounts.json | 170 +-
.../SerializedCmdlets/Az.AksArc.json | 14509 ++++++++
.../Az.AnalysisServices.json | 120 +-
.../SerializedCmdlets/Az.ApiManagement.json | 1388 +-
.../Az.AppComplianceAutomation.json | 2 +-
.../SerializedCmdlets/Az.Attestation.json | 352 +-
.../SerializedCmdlets/Az.Batch.json | 1130 +-
.../SerializedCmdlets/Az.Communication.json | 767 +-
.../SerializedCmdlets/Az.Compute.json | 2532 +-
.../Az.ConnectedMachine.json | 19931 ++++-------
.../SerializedCmdlets/Az.DataFactory.json | 530 +-
.../SerializedCmdlets/Az.DataProtection.json | 3322 +-
.../Az.DeviceProvisioningServices.json | 334 +-
.../SerializedCmdlets/Az.Elastic.json | 17705 +++++++++-
.../SerializedCmdlets/Az.EventGrid.json | 21943 ++++++++----
.../SerializedCmdlets/Az.EventHub.json | 3298 +-
.../SerializedCmdlets/Az.Functions.json | 1166 +-
.../SerializedCmdlets/Az.Migrate.json | 2924 +-
.../SerializedCmdlets/Az.Monitor.json | 18652 ++++++----
.../SerializedCmdlets/Az.NetAppFiles.json | 29048 +++++++++-------
.../SerializedCmdlets/Az.PrivateDns.json | 367 +-
.../Az.RecoveryServices.json | 1540 +-
.../SerializedCmdlets/Az.ResourceGraph.json | 232 +-
.../SerializedCmdlets/Az.Resources.json | 7978 +++--
.../SerializedCmdlets/Az.ServiceBus.json | 3724 +-
.../SerializedCmdlets/Az.ServiceLinker.json | 1366 +-
.../SerializedCmdlets/Az.Storage.json | 1280 +-
.../SerializedCmdlets/Az.Terraform.json | 2091 ++
tools/VersionController/MinimalVersion.csv | 1 -
183 files changed, 101253 insertions(+), 59016 deletions(-)
create mode 100644 tools/Tools.Common/SerializedCmdlets/Az.AksArc.json
create mode 100644 tools/Tools.Common/SerializedCmdlets/Az.Terraform.json
diff --git a/ChangeLog.md b/ChangeLog.md
index b85c1d992169..247a29351abe 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,120 @@
+## 12.5.0 - October 2024
+#### Az.Accounts 3.0.5
+* Fixed the issue that 'Export-AzSshConfig' and 'Enter-AzVM' from Az.Ssh are not able to use when WAM is enabled.
+* Added breaking change preannouncement for the removal of alias 'Resolve-Error'. #26189
+* Integrated new detection library to expand the scope of secrets.
+
+#### Az.AnalysisServices 1.1.6
+* Migrated AnalysisServices SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.Analysis' Version '2.0.4' PackageReference
+ - Added AnalysisServices.Management.Sdk ProjectReference
+
+#### Az.ApiManagement 4.0.5
+* Removed Microsoft.Azure.Management.ApiManagement 8.0.0.0-preview
+* Added ApiManagement.Management.Sdk
+
+#### Az.Attestation 2.0.3
+* Migrated Attestation SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.Attestation' Version '0.12.0-preview' PackageReference
+ - Added Attestation.Management.Sdk ProjectReference
+
+#### Az.Batch 3.6.4
+* Migrate Batch SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.Batch' Version='15.0.0' PackageReference
+ - Added Batch.Management.Sdk ProjectReference
+
+#### Az.Compute 8.5.0
+* Added optional parameters '-SecurityPostureId' and '-SecurityPostureExcludeExtension' to cmdlets 'New-AzVmss' and 'New-AzVmssConfig'.
+* Updated image aliases to be up-to-date in the azure-powershell\src\Compute\Strategies\ComputeRp\Images.json file.
+* Added 'NvmeDisk' argument completer to 'DiffDiskPlacement' parameter for 'Set-AzVMOSDisk' and 'Set-AzVmssStorageProfile' cmdlets, allowing options for disk placement as 'CacheDisk', 'ResourceDisk', or 'NvmeDisk'.
+
+#### Az.ConnectedMachine 1.0.0
+* General availability for module Az.ConnectedMachine
+
+#### Az.DataFactory 1.18.9
+* Added pageSize support to Salesforce V2 Source.
+* Added pageSize support to ServiceNow V2 Source.
+* Added host property to Snowflake linked service.
+* Fixed missing authenticationType in PostgreSQL V2 linked service.
+
+#### Az.DataProtection 2.5.0
+* Added support for vault tier backup and restore for AzureKubernetesService
+* Added support for resource modifier reference
+* Added a fix for Update-AzDataProtectionBackupInstance
+
+#### Az.DesktopVirtualization 4.3.2
+* Preannounced the breaking changes for Az.DesktopVirtualization 6.0.0
+
+#### Az.EventGrid 2.1.0
+* Fixed an issue that caused some commands ending in 'Object' to not work properly.
+
+#### Az.EventHub 5.0.1
+* Migrated EventHub SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.EventHub' Version '5.0.0' PackageReference
+ - Added EventHub.Management.Sdk ProjectReference
+
+#### Az.Functions 4.1.1
+* Used 'Get-AzAccessToken -AsSecureString' inside the 'Functions' for the plain text version is going to be deprecate in the next release.
+
+#### Az.Migrate 2.5.0
+* Validated user login with Microsoft Managed System Identity (MSI) in 'Initialize-AzMigrateHCIReplicationInfrastructure'
+* Passed appropriate Hyper-V Generation value based on source VMware firmware type in 'New-AzMigrateHCIServerReplication'
+* Added support for LinuxLicenseType in Az.Migrate module.
+
+#### Az.Monitor 5.3.0
+* Added new cmdlet for Azure Monitor Pipeline Groups
+ * 'Get-AzPipelineGroup'
+ * 'New-AzPipelineGroup'
+ * 'Update-AzPipelineGroup'
+ * 'Remove-AzPipelineGroup'
+
+#### Az.Network 7.10.0
+* Onboarded Azure Virtual Network Manager Cmdlets for UDR and NSG Management
+ - 'New/Get/Remove/Set-AzNetworkManagerRoutingConfiguration'
+ - 'New/Get/Remove/Set-AzNetworkManagerRoutingRuleCollection'
+ - 'New/Get/Remove/Set-AzNetworkManagerRoutingRule'
+ - 'New-AzNetworkManagerRoutingGroupItem'
+ - 'New-AzNetworkManagerRoutingRuleDestination'
+ - 'New-AzNetworkManagerRoutingRuleNextHop'
+ - 'New/Get/Remove/Set-AzNetworkManagerSecurityUserConfiguration'
+ - 'New/Get/Remove/Set-AzNetworkManagerSecurityUserRuleCollection'
+ - 'New/Get/Remove/Set-AzNetworkManagerSecurityUserRule'
+ - 'New-AzNetworkManagerSecurityUserGroupItem'
+* Added support for 'MemberType' property in 'New-AzNetworkManagerSecurityUserGroupItem' command
+
+#### Az.PrivateDns 1.1.0
+* Updated new property ResolutionPolicy to Get, New and Set virtual network link cmdlets.
+* Created autorest generated sdk in PrivateDns.Management.Sdk folder
+
+#### Az.RecoveryServices 7.2.1
+* Fixed bug in 'Set-ASRReplicationProtectedItem' cmdlet of H2A for replication to MD scenario.
+
+#### Az.ResourceGraph 1.0.1
+* Migrated ResourceGraph SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.ResourceGraph' Version '2.1.0' PackageReference
+ - Added ResourceGraph.Management.Sdk ProjectReference
+
+#### Az.Resources 7.6.0
+* Fixed customer-reported 'Remove-AzPolicyAssignment' behavior.
+* Added new cmdlets of DataBoundary
+
+#### Az.ServiceBus 4.0.1
+* Migrated ServiceBus SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.ServiceBus' Version '5.0.0' PackageReference
+ - Added ServiceBus.Management.Sdk ProjectReference
+
+#### Az.StackHCI 2.4.1
+* added support for new environment
+
+#### Az.Storage 7.5.0
+* Added a warning for an upcoming breaking change for download blob will block input parameter -AbsoluteUri and -Context together.
+ - 'Get-AzStorageBlobContent'
+* Revised AzureStorageBlob construct logic to make it more stable.
+
+### Thanks to our community contributors
+* Laurent Bouriez (@lbouriez), Update New-AzGalleryImageVersion.md (#26259)
+* @reyjordi, made note to address a limitation on AppGW PowerShell (#26473)
+
## 12.4.0 - October 2024
#### Az.App 1.1.0
* Added breaking change messages:
diff --git a/documentation/SyntaxChangeLog/SyntaxChangeLog-Az12.md b/documentation/SyntaxChangeLog/SyntaxChangeLog-Az12.md
index eacccd0900b5..7bcae3ccd755 100644
--- a/documentation/SyntaxChangeLog/SyntaxChangeLog-Az12.md
+++ b/documentation/SyntaxChangeLog/SyntaxChangeLog-Az12.md
@@ -1,3 +1,52 @@
+## 12.5.0 - October 2024
+#### Az.Compute 8.5.0
+* Modified cmdlet `New-AzVmss`
+ - Added parameters `-SecurityPostureId`, `-SecurityPostureExcludeExtension`
+* Modified cmdlet `New-AzVmssConfig`
+ - Added parameters `-SecurityPostureId`, `-SecurityPostureExcludeExtension`
+#### Az.DataProtection 2.5.0
+* Modified cmdlet `Initialize-AzDataProtectionRestoreRequest`
+ - Changed the type of parameter `-RestoreConfiguration` from `KubernetesClusterRestoreCriteria` to `PSObject`
+* Modified cmdlet `New-AzDataProtectionRestoreConfigurationClientObject`
+ - Added parameters `-ResourceModifierReference`, `-StagingResourceGroupId`, `-StagingStorageAccountId`
+* Modified cmdlet `Start-AzDataProtectionBackupInstanceRestore`
+ - Added parameter `-SecureToken`
+* Modified cmdlet `Stop-AzDataProtectionBackupInstanceProtection`
+ - Added parameter `-SecureToken`
+* Modified cmdlet `Suspend-AzDataProtectionBackupInstanceBackup`
+ - Added parameter `-SecureToken`
+* Modified cmdlet `Unlock-AzDataProtectionResourceGuardOperation`
+ - Added parameter `-SecureToken`
+* Modified cmdlet `Update-AzDataProtectionBackupInstance`
+ - Added parameters `-ResourceGuardOperationRequest`, `-Token`, `-SecureToken`
+* Modified cmdlet `Update-AzDataProtectionBackupInstanceAssociatedPolicy`
+ - Added parameters `-ResourceGuardOperationRequest`, `-Token`, `-SecureToken`
+* Modified cmdlet `Update-AzDataProtectionBackupVault`
+ - Added parameter `-SecureToken`
+#### Az.EventGrid 2.1.0
+* Removed cmdlet `New-AzEventGridAdvancedFilterObject`, `New-AzEventGridDeliveryAttributeMappingObject`, `New-AzEventGridFilterObject`
+* Added cmdlet `New-AzEventGridBoolEqualsAdvancedFilterObject`, `New-AzEventGridBoolEqualsFilterObject`, `New-AzEventGridDynamicDeliveryAttributeMappingObject`, `New-AzEventGridEventSubscriptionFilterObject`, `New-AzEventGridIsNotNullAdvancedFilterObject`, `New-AzEventGridIsNotNullFilterObject`, `New-AzEventGridIsNullOrUndefinedAdvancedFilterObject`, `New-AzEventGridIsNullOrUndefinedFilterObject`, `New-AzEventGridNumberGreaterThanAdvancedFilterObject`, `New-AzEventGridNumberGreaterThanFilterObject`, `New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject`, `New-AzEventGridNumberGreaterThanOrEqualsFilterObject`, `New-AzEventGridNumberInAdvancedFilterObject`, `New-AzEventGridNumberInFilterObject`, `New-AzEventGridNumberInRangeAdvancedFilterObject`, `New-AzEventGridNumberInRangeFilterObject`, `New-AzEventGridNumberLessThanAdvancedFilterObject`, `New-AzEventGridNumberLessThanFilterObject`, `New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject`, `New-AzEventGridNumberLessThanOrEqualsFilterObject`, `New-AzEventGridNumberNotInAdvancedFilterObject`, `New-AzEventGridNumberNotInFilterObject`, `New-AzEventGridNumberNotInRangeAdvancedFilterObject`, `New-AzEventGridNumberNotInRangeFilterObject`, `New-AzEventGridStaticDeliveryAttributeMappingObject`, `New-AzEventGridStringBeginsWithAdvancedFilterObject`, `New-AzEventGridStringBeginsWithFilterObject`, `New-AzEventGridStringContainsAdvancedFilterObject`, `New-AzEventGridStringContainsFilterObject`, `New-AzEventGridStringEndsWithAdvancedFilterObject`, `New-AzEventGridStringEndsWithFilterObject`, `New-AzEventGridStringInAdvancedFilterObject`, `New-AzEventGridStringInFilterObject`, `New-AzEventGridStringNotBeginsWithAdvancedFilterObject`, `New-AzEventGridStringNotBeginsWithFilterObject`, `New-AzEventGridStringNotContainsAdvancedFilterObject`, `New-AzEventGridStringNotContainsFilterObject`, `New-AzEventGridStringNotEndsWithAdvancedFilterObject`, `New-AzEventGridStringNotEndsWithFilterObject`, `New-AzEventGridStringNotInAdvancedFilterObject`, `New-AzEventGridStringNotInFilterObject`
+#### Az.Migrate 2.5.0
+* Modified cmdlet `New-AzMigrateServerReplication`
+ - Added parameter `-LinuxLicenseType`
+* Modified cmdlet `Set-AzMigrateServerReplication`
+ - Added parameter `-LinuxLicenseType`
+#### Az.Monitor 5.3.0
+* Added cmdlet `Get-AzPipelineGroup`, `New-AzPipelineGroup`, `Remove-AzPipelineGroup`, `Update-AzPipelineGroup`
+#### Az.PrivateDns 1.1.0
+* Modified cmdlet `New-AzPrivateDnsVirtualNetworkLink`
+ - Added parameter `-ResolutionPolicy`
+* Modified cmdlet `Set-AzPrivateDnsVirtualNetworkLink`
+ - Added parameter `-ResolutionPolicy`
+#### Az.Resources 7.6.0
+* Modified cmdlet `Update-AzADAppFederatedCredential`
+ - Added parameters `-JsonFilePath`, `-JsonString`
+* Modified cmdlet `Update-AzADGroup`
+ - Added parameters `-JsonFilePath`, `-JsonString`
+* Modified cmdlet `Update-AzADServicePrincipalAppRoleAssignment`
+ - Added parameters `-JsonFilePath`, `-JsonString`
+* Added cmdlet `Get-AzDataBoundaryScope`, `Get-AzDataBoundaryTenant`, `Set-AzDataBoundary`
+
## 12.4.0 - October 2024
#### Az.App 1.1.0
* Modified cmdlet `Get-AzContainerApp`
@@ -1033,3 +1082,4 @@
+
diff --git a/documentation/breaking-changes/upcoming-breaking-changes.md b/documentation/breaking-changes/upcoming-breaking-changes.md
index 97f1a9ac0f47..7574328e36e6 100644
--- a/documentation/breaking-changes/upcoming-breaking-changes.md
+++ b/documentation/breaking-changes/upcoming-breaking-changes.md
@@ -2,15 +2,16 @@
## Az.Accounts
-### `Resolve-AzError`
+### `Get-AzAccessToken`
-- The alias `Resolve-Error` will be removed. Please use `Resolve-AzError` instead.
+- Cmdlet breaking-change will happen to all parameter sets
+ - The Token property of the output type will be changed from String to SecureString. Add the [-AsSecureString] switch to avoid the impact of this upcoming breaking change.
- This change is expected to take effect from Az.Accounts version: 4.0.0 and Az version: 13.0.0
-### `Get-AzAccessToken`
+### `Resolve-AzError`
- Cmdlet breaking-change will happen to all parameter sets
- - The Token property of the output type will be changed from String to SecureString. Add the [-AsSecureString] switch to avoid the impact of this upcoming breaking change.
+ - The alias 'Resolve-Error' will be removed. Please use 'Resolve-AzError' instead.
- This change is expected to take effect from Az.Accounts version: 4.0.0 and Az version: 13.0.0
## Az.App
@@ -21,13 +22,13 @@
- `-IdentityType`
- The parameter : 'IdentityType' is changing.
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
- `-IdentityUserAssignedIdentity`
- The parameter : 'IdentityUserAssignedIdentity' is changing.
The type of the parameter is changing from 'Hashtable' to 'string[]'.
- Change description : IdentityUserAssignedIdentity will be renamed to UserAssignedIdentity. And its type will be simplified as string array.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `New-AzContainerAppJob`
@@ -36,13 +37,13 @@
- `-IdentityType`
- The parameter : 'IdentityType' is changing.
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
- `-IdentityUserAssignedIdentity`
- The parameter : 'IdentityUserAssignedIdentity' is changing.
The type of the parameter is changing from 'Hashtable' to 'string[]'.
- Change description : IdentityUserAssignedIdentity will be renamed to UserAssignedIdentity. And its type will be simplified as string array.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Update-AzContainerApp`
@@ -51,13 +52,13 @@
- `-IdentityType`
- The parameter : 'IdentityType' is changing.
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
- `-IdentityUserAssignedIdentity`
- The parameter : 'IdentityUserAssignedIdentity' is changing.
The type of the parameter is changing from 'Hashtable' to 'string[]'.
- Change description : IdentityUserAssignedIdentity will be renamed to UserAssignedIdentity. And its type will be simplified as string array.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Update-AzContainerAppJob`
@@ -66,15 +67,23 @@
- `-IdentityType`
- The parameter : 'IdentityType' is changing.
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
- `-IdentityUserAssignedIdentity`
- The parameter : 'IdentityUserAssignedIdentity' is changing.
The type of the parameter is changing from 'Hashtable' to 'string[]'.
- Change description : IdentityUserAssignedIdentity will be renamed to UserAssignedIdentity. And its type will be simplified as string array.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
+## Az.Compute
+
+### `New-AzVM`
+
+- Cmdlet breaking-change will happen to all parameter sets
+ - The default publicIpSku will be changed from Basic to Standard. This change is expected to take effect in the next version. If publicIpSku is not specified, default will be switched to Standard. For more information refer to https://aka.ms/ipbasictostandard.
+ - This change is expected to take effect from Az.Compute version: 9.0.0 and Az version: 13.0.0
+
## Az.DevCenter
### `Get-AzDevCenterUserDevBox`
@@ -83,7 +92,7 @@
- The output type is changing from the existing type :'DevBox' to the new type :'DevBox'
- The following properties in the output type are being deprecated : 'Detail' 'ProvisioningState' 'HardwareProfileSkuName'
- The following properties are being added to the output type : 'Detail' 'ProvisioningState' 'HardwareProfileSkuName'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Get-AzDevCenterUserDevBoxOperation`
@@ -92,7 +101,7 @@
- The output type is changing from the existing type :'DevBoxOperation' to the new type :'DevBoxOperation'
- The following properties in the output type are being deprecated : 'Detail' 'Status'
- The following properties are being added to the output type : 'Detail' 'Status'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Get-AzDevCenterUserEnvironment`
@@ -101,7 +110,7 @@
- The output type is changing from the existing type :'Environment' to the new type :'Environment'
- The following properties in the output type are being deprecated : 'Detail' 'ProvisioningState'
- The following properties are being added to the output type : 'Detail' 'ProvisioningState'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Get-AzDevCenterUserEnvironmentAction`
@@ -110,24 +119,24 @@
- The output type is changing from the existing type :'EnvironmentAction' to the new type :'EnvironmentAction'
- The following properties in the output type are being deprecated : 'NextScheduledTime'
- The following properties are being added to the output type : 'NextScheduledTime'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Get-AzDevCenterUserEnvironmentLog`
- Cmdlet breaking-change will happen to all parameter sets
- The output type is changing from the existing type :'boolean' to the new type :'string'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
- Parameter breaking-change will happen to all parameter sets
- `-OutFile`
- The parameter : 'OutFile' is changing.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
- `-PassThru`
- The parameter : 'PassThru' is changing.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Get-AzDevCenterUserEnvironmentOperation`
@@ -136,7 +145,7 @@
- The output type is changing from the existing type :'EnvironmentOperation' to the new type :'EnvironmentOperation'
- The following properties in the output type are being deprecated : 'Detail' 'EnvironmentParameter' 'Status'
- The following properties are being added to the output type : 'Detail' 'EnvironmentParameter' 'Status'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Get-AzDevCenterUserPool`
@@ -145,7 +154,7 @@
- The output type is changing from the existing type :'Pool' to the new type :'Pool'
- The following properties in the output type are being deprecated : 'HardwareProfileSkuName'
- The following properties are being added to the output type : 'HardwareProfileSkuName'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Invoke-AzDevCenterUserDelayDevBoxAction`
@@ -154,7 +163,7 @@
- The output type is changing from the existing type :'DevBoxActionDelayResult' to the new type :'DevBoxActionDelayResult'
- The following properties in the output type are being deprecated : 'Detail'
- The following properties are being added to the output type : 'Detail'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Invoke-AzDevCenterUserDelayEnvironmentAction`
@@ -163,7 +172,7 @@
- The output type is changing from the existing type :'EnvironmentAction' to the new type :'EnvironmentAction'
- The following properties in the output type are being deprecated : 'NextScheduledTime'
- The following properties are being added to the output type : 'NextScheduledTime'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `New-AzDevCenterUserDevBox`
@@ -172,7 +181,7 @@
- The output type is changing from the existing type :'DevBox' to the new type :'DevBox'
- The following properties in the output type are being deprecated : 'Detail' 'ProvisioningState' 'HardwareProfileSkuName'
- The following properties are being added to the output type : 'Detail' 'ProvisioningState' 'HardwareProfileSkuName'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Update-AzDevCenterUserEnvironment`
@@ -181,7 +190,7 @@
- The output type is changing from the existing type :'Environment' to the new type :'Environment'
- The following properties in the output type are being deprecated : 'Detail' 'ProvisioningState'
- The following properties are being added to the output type : 'Detail' 'ProvisioningState'
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
## Az.ElasticSan
@@ -192,7 +201,7 @@
- `-IdentityType`
- The parameter : 'IdentityType' is changing.
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
### `Update-AzElasticSanVolumeGroup`
@@ -201,61 +210,7 @@
- `-IdentityType`
- The parameter : 'IdentityType' is changing.
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- - The change is expected to take effect from version : '2.0.0'
-
-## Az.Monitor
-
-### `New-AzDataCollectionEndpoint`
-- Parameter breaking-change will happen to all parameter sets
- - `-IdentityType`
- - The parameter : 'IdentityType' is changing.
- - Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- - The change is expected to take effect from version : '2.0.0'
- - `-UserAssignedIdentity`
- - The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
- - Change description : UserAssignedIdentity's type will be simplified as string array.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- - The change is expected to take effect from version : '2.0.0'
-
-### `New-AzDataCollectionRule`
-- Parameter breaking-change will happen to all parameter sets
- - `-IdentityType`
- - The parameter : 'IdentityType' is changing.
- - Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- - The change is expected to take effect from version : '2.0.0'
- - `-UserAssignedIdentity`
- - The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
- - Change description : UserAssignedIdentity's type will be simplified as string array.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- - The change is expected to take effect from version : '2.0.0'
-
-### `Update-AzDataCollectionEndpoint`
-- Parameter breaking-change will happen to all parameter sets
- - `-IdentityType`
- - The parameter : 'IdentityType' is changing.
- - Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- - The change is expected to take effect from version : '2.0.0'
- - `-UserAssignedIdentity`
- - The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
- - Change description : UserAssignedIdentity's type will be simplified as string array.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- - The change is expected to take effect from version : '2.0.0'
-
-### `Update-AzDataCollectionRule`
-- Parameter breaking-change will happen to all parameter sets
- - `-IdentityType`
- - The parameter : 'IdentityType' is changing.
- - Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- - The change is expected to take effect from version : '2.0.0'
- - `-UserAssignedIdentity`
- - The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
- - Change description : UserAssignedIdentity's type will be simplified as string array.
- - This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
+ - This change will take effect on '19/11/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
## Az.NetAppFiles
@@ -397,6 +352,13 @@
- The parameter Share (alias CloudFileShare) will be deprecated, and ShareClient will be mandatory.
- This change is expected to take effect from Az.Storage version: 8.0.0 and Az version: 13.0.0
+### `Get-AzStorageBlobContent`
+
+- Parameter breaking-change will happen to all parameter sets
+ - `-AbsoluteUri`
+ - When download blob with parameter AbsoluteUri (alias Uri, BlobUri), parameter Context will not be allowed to input together.
+ - This change is expected to take effect from Az.Storage version: 8.0.0 and Az version: 13.0.0
+
### `Get-AzStorageFile`
- Cmdlet breaking-change will happen to all parameter sets
diff --git a/src/Accounts/Accounts/Az.Accounts.psd1 b/src/Accounts/Accounts/Az.Accounts.psd1
index afb9b9afce0c..d9e6e5c5db4c 100644
--- a/src/Accounts/Accounts/Az.Accounts.psd1
+++ b/src/Accounts/Accounts/Az.Accounts.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 8/29/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '3.0.4'
+ModuleVersion = '3.0.5'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -146,11 +146,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added customized UserAgent for ARM telemetry.
-* Fixed secrets exposure in example documentation.
-* Updated ''Connect-AzAccount'' to fix a display issue in PowerShell ISE [#24556].
-* Updated the reference of Azure PowerShell Common to 1.3.100-preview.
-* Used Azure.Identity and Azure.Core directly for client assertion [#22628].'
+ ReleaseNotes = '* Fixed the issue that ''Export-AzSshConfig'' and ''Enter-AzVM'' from Az.Ssh are not able to use when WAM is enabled.
+* Added breaking change preannouncement for the removal of alias ''Resolve-Error''. #26189
+* Integrated new detection library to expand the scope of secrets.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md
index 2115c0caa393..2c75de82e74c 100644
--- a/src/Accounts/Accounts/ChangeLog.md
+++ b/src/Accounts/Accounts/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 3.0.5
* Fixed the issue that `Export-AzSshConfig` and `Enter-AzVM` from Az.Ssh are not able to use when WAM is enabled.
* Added breaking change preannouncement for the removal of alias `Resolve-Error`. #26189
* Integrated new detection library to expand the scope of secrets.
diff --git a/src/Accounts/Accounts/Properties/AssemblyInfo.cs b/src/Accounts/Accounts/Properties/AssemblyInfo.cs
index 7a0e3aa4705c..ff79ba4e7f66 100644
--- a/src/Accounts/Accounts/Properties/AssemblyInfo.cs
+++ b/src/Accounts/Accounts/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("3.0.4")]
-[assembly: AssemblyFileVersion("3.0.4")]
+[assembly: AssemblyVersion("3.0.5")]
+[assembly: AssemblyFileVersion("3.0.5")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
#endif
diff --git a/src/Accounts/Accounts/Utilities/CommandMappings.json b/src/Accounts/Accounts/Utilities/CommandMappings.json
index 670fab1fd1b9..29432e5a3c52 100644
--- a/src/Accounts/Accounts/Utilities/CommandMappings.json
+++ b/src/Accounts/Accounts/Utilities/CommandMappings.json
@@ -502,6 +502,12 @@
"Update-AzApplicationInsightsWorkbook": {},
"Update-AzApplicationInsightsWorkbookTemplate": {}
},
+ "Az.ArcGateway": {
+ "Get-AzArcGateway": {},
+ "New-AzArcGateway": {},
+ "Remove-AzArcGateway": {},
+ "Update-AzArcSetting": {}
+ },
"Az.ArcResourceBridge": {
"Get-AzArcResourceBridge": {},
"Get-AzArcResourceBridgeApplianceCredential": {},
@@ -1371,20 +1377,18 @@
"Get-AzConnectedLicense": {},
"Get-AzConnectedMachine": {},
"Get-AzConnectedMachineExtension": {},
- "Get-AzConnectedMachineRunCommand": {},
"Get-AzConnectedNetworkSecurityPerimeterConfiguration": {},
"Get-AzConnectedPrivateLinkScope": {},
"Install-AzConnectedMachinePatch": {},
"Invoke-AzConnectedAssessMachinePatch": {},
+ "Invoke-AzConnectedReconcileNetworkSecurityPerimeterConfiguration": {},
"New-AzConnectedLicense": {},
"New-AzConnectedLicenseDetail": {},
"New-AzConnectedMachineExtension": {},
- "New-AzConnectedMachineRunCommand": {},
"New-AzConnectedPrivateLinkScope": {},
"Remove-AzConnectedLicense": {},
"Remove-AzConnectedMachine": {},
"Remove-AzConnectedMachineExtension": {},
- "Remove-AzConnectedMachineRunCommand": {},
"Remove-AzConnectedPrivateLinkScope": {},
"Set-AzConnectedLicense": {},
"Set-AzConnectedMachineExtension": {},
@@ -1392,7 +1396,6 @@
"Update-AzConnectedExtension": {},
"Update-AzConnectedMachine": {},
"Update-AzConnectedMachineExtension": {},
- "Update-AzConnectedMachineRunCommand": {},
"Update-AzConnectedPrivateLinkScopeTag": {}
},
"Az.ConnectedNetwork": {
@@ -2640,16 +2643,36 @@
"Unregister-AzEdgeZonesExtendedZone": {}
},
"Az.Elastic": {
+ "Get-AzElasticAllTrafficFilter": {},
+ "Get-AzElasticBillingInfo": {},
+ "Get-AzElasticConnectedPartnerResource": {},
"Get-AzElasticDeploymentInfo": {},
+ "Get-AzElasticDetailUpgradableVersion": {},
"Get-AzElasticDetailVMIngestion": {},
+ "Get-AzElasticListAssociatedTrafficFilter": {},
"Get-AzElasticMonitor": {},
"Get-AzElasticMonitoredResource": {},
+ "Get-AzElasticOpenAi": {},
+ "Get-AzElasticOpenAiStatus": {},
+ "Get-AzElasticOrganizationApiKey": {},
+ "Get-AzElasticOrganizationElasticToAzureSubscriptionMapping": {},
"Get-AzElasticTagRule": {},
+ "Get-AzElasticVersion": {},
"Get-AzElasticVMHost": {},
+ "Join-AzElasticAssociateTrafficFilter": {},
+ "New-AzElasticCreateAndAssociateIPFilter": {},
+ "New-AzElasticCreateAndAssociatePlFilter": {},
+ "New-AzElasticExternalUser": {},
"New-AzElasticFilteringTagObject": {},
"New-AzElasticMonitor": {},
+ "New-AzElasticOpenAi": {},
"New-AzElasticTagRule": {},
+ "Remove-AzElasticDetachAndDeleteTrafficFilter": {},
"Remove-AzElasticMonitor": {},
+ "Remove-AzElasticOpenAi": {},
+ "Remove-AzElasticTrafficFilter": {},
+ "Update-AzElasticDetachTrafficFilter": {},
+ "Update-AzElasticExternalUser": {},
"Update-AzElasticMonitor": {},
"Update-AzElasticVMCollection": {}
},
@@ -2728,28 +2751,49 @@
"Get-AzEventGridTopicTypeEventType": {},
"Get-AzEventGridVerifiedPartner": {},
"Grant-AzEventGridPartnerConfiguration": {},
- "New-AzEventGridAdvancedFilterObject": {},
"New-AzEventGridAzureFunctionEventSubscriptionDestinationObject": {},
+ "New-AzEventGridBoolEqualsAdvancedFilterObject": {},
+ "New-AzEventGridBoolEqualsFilterObject": {},
"New-AzEventGridCaCertificate": {},
"New-AzEventGridChannel": {},
"New-AzEventGridClient": {},
"New-AzEventGridClientGroup": {},
- "New-AzEventGridDeliveryAttributeMappingObject": {},
"New-AzEventGridDomain": {},
"New-AzEventGridDomainEventSubscription": {},
"New-AzEventGridDomainKey": {},
"New-AzEventGridDomainTopic": {},
"New-AzEventGridDomainTopicEventSubscription": {},
+ "New-AzEventGridDynamicDeliveryAttributeMappingObject": {},
"New-AzEventGridDynamicRoutingEnrichmentObject": {},
"New-AzEventGridEventHubEventSubscriptionDestinationObject": {},
- "New-AzEventGridFilterObject": {},
+ "New-AzEventGridEventSubscriptionFilterObject": {},
"New-AzEventGridHybridConnectionEventSubscriptionDestinationObject": {},
"New-AzEventGridInboundIPRuleObject": {},
+ "New-AzEventGridIsNotNullAdvancedFilterObject": {},
+ "New-AzEventGridIsNotNullFilterObject": {},
+ "New-AzEventGridIsNullOrUndefinedAdvancedFilterObject": {},
+ "New-AzEventGridIsNullOrUndefinedFilterObject": {},
"New-AzEventGridNamespace": {},
"New-AzEventGridNamespaceKey": {},
"New-AzEventGridNamespaceTopic": {},
"New-AzEventGridNamespaceTopicEventSubscription": {},
"New-AzEventGridNamespaceTopicKey": {},
+ "New-AzEventGridNumberGreaterThanAdvancedFilterObject": {},
+ "New-AzEventGridNumberGreaterThanFilterObject": {},
+ "New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject": {},
+ "New-AzEventGridNumberGreaterThanOrEqualsFilterObject": {},
+ "New-AzEventGridNumberInAdvancedFilterObject": {},
+ "New-AzEventGridNumberInFilterObject": {},
+ "New-AzEventGridNumberInRangeAdvancedFilterObject": {},
+ "New-AzEventGridNumberInRangeFilterObject": {},
+ "New-AzEventGridNumberLessThanAdvancedFilterObject": {},
+ "New-AzEventGridNumberLessThanFilterObject": {},
+ "New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject": {},
+ "New-AzEventGridNumberLessThanOrEqualsFilterObject": {},
+ "New-AzEventGridNumberNotInAdvancedFilterObject": {},
+ "New-AzEventGridNumberNotInFilterObject": {},
+ "New-AzEventGridNumberNotInRangeAdvancedFilterObject": {},
+ "New-AzEventGridNumberNotInRangeFilterObject": {},
"New-AzEventGridPartnerConfiguration": {},
"New-AzEventGridPartnerDestination": {},
"New-AzEventGridPartnerEventSubscriptionDestinationObject": {},
@@ -2764,8 +2808,25 @@
"New-AzEventGridResourceMoveChangeHistoryObject": {},
"New-AzEventGridServiceBusQueueEventSubscriptionDestinationObject": {},
"New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject": {},
+ "New-AzEventGridStaticDeliveryAttributeMappingObject": {},
"New-AzEventGridStaticRoutingEnrichmentObject": {},
"New-AzEventGridStorageQueueEventSubscriptionDestinationObject": {},
+ "New-AzEventGridStringBeginsWithAdvancedFilterObject": {},
+ "New-AzEventGridStringBeginsWithFilterObject": {},
+ "New-AzEventGridStringContainsAdvancedFilterObject": {},
+ "New-AzEventGridStringContainsFilterObject": {},
+ "New-AzEventGridStringEndsWithAdvancedFilterObject": {},
+ "New-AzEventGridStringEndsWithFilterObject": {},
+ "New-AzEventGridStringInAdvancedFilterObject": {},
+ "New-AzEventGridStringInFilterObject": {},
+ "New-AzEventGridStringNotBeginsWithAdvancedFilterObject": {},
+ "New-AzEventGridStringNotBeginsWithFilterObject": {},
+ "New-AzEventGridStringNotContainsAdvancedFilterObject": {},
+ "New-AzEventGridStringNotContainsFilterObject": {},
+ "New-AzEventGridStringNotEndsWithAdvancedFilterObject": {},
+ "New-AzEventGridStringNotEndsWithFilterObject": {},
+ "New-AzEventGridStringNotInAdvancedFilterObject": {},
+ "New-AzEventGridStringNotInFilterObject": {},
"New-AzEventGridSubscription": {},
"New-AzEventGridSystemTopic": {},
"New-AzEventGridSystemTopicEventSubscription": {},
@@ -3141,6 +3202,12 @@
"Update-AzHealthcareFhirService": {},
"Update-AzHealthcareIotConnector": {}
},
+ "Az.HealthDataAIServices": {
+ "Get-AzDeidService": {},
+ "New-AzDeidService": {},
+ "Remove-AzDeidService": {},
+ "Update-AzDeidService": {}
+ },
"Az.HPCCache": {
"Get-AzHpcCache": {},
"Get-AzHpcCacheSku": {},
@@ -4157,6 +4224,7 @@
"Get-AzEventCategory": {},
"Get-AzMetricsBatch": {},
"Get-AzMonitorWorkspace": {},
+ "Get-AzPipelineGroup": {},
"Get-AzScheduledQueryRule": {},
"Get-AzSubscriptionDiagnosticSetting": {},
"New-AzActionGroup": {},
@@ -4198,6 +4266,7 @@
"New-AzMonitoringAccountDestinationObject": {},
"New-AzMonitorWorkspace": {},
"New-AzPerfCounterDataSourceObject": {},
+ "New-AzPipelineGroup": {},
"New-AzPlatformTelemetryDataSourceObject": {},
"New-AzPrometheusForwarderDataSourceObject": {},
"New-AzScheduledQueryRule": {},
@@ -4217,6 +4286,7 @@
"Remove-AzDataCollectionRuleAssociation": {},
"Remove-AzDiagnosticSetting": {},
"Remove-AzMonitorWorkspace": {},
+ "Remove-AzPipelineGroup": {},
"Remove-AzScheduledQueryRule": {},
"Remove-AzSubscriptionDiagnosticSetting": {},
"Test-AzActionGroup": {},
@@ -4227,6 +4297,7 @@
"Update-AzDataCollectionRule": {},
"Update-AzDataCollectionRuleAssociation": {},
"Update-AzMonitorWorkspace": {},
+ "Update-AzPipelineGroup": {},
"Update-AzScheduledQueryRule": {},
"Get-AzLog": {}
},
@@ -4360,6 +4431,13 @@
"Remove-AzNetAppFilesBackupVault": {},
"Set-AzNetAppFilesBackupVault": {},
"Get-AzNetAppFilesSnapshotPolicyVolumeList": {},
+ "Start-AzNetAppFilesPeerExternalCluster": {},
+ "Start-AzNetAppFilesFinalizeExternalReplication": {},
+ "Start-AzNetAppFilesPerformExternalReplication": {},
+ "Start-AzNetAppFilesAuthorizeExternalReplication": {},
+ "Get-AzNetAppFilesFilePathAvailability": {},
+ "Get-AzNetAppFilesQuotaAvailability": {},
+ "Get-AzNetAppFilesNameAvailability": {},
"Approve-AnfReplication": {},
"Get-AnfAccount": {},
"Get-AnfBackup": {},
@@ -4430,7 +4508,14 @@
"Update-AnfBackupVault": {},
"Remove-AnfBackupVault": {},
"Set-AnfBackupVault": {},
- "Get-AnfSnapshotPolicyVolumeList": {}
+ "Get-AnfSnapshotPolicyVolumeList": {},
+ "Start-AnfPeerExternalCluster": {},
+ "Start-AnfFinalizeExternalReplication": {},
+ "Start-AnfPerformExternalReplication": {},
+ "Start-AnfAuthorizeExternalReplication": {},
+ "Get-AnfFilePathAvailability": {},
+ "Get-AnfQuotaAvailability": {},
+ "Get-AnfNameAvailability": {}
},
"Az.Network": {
"Add-AzApplicationGatewayAuthenticationCertificate": {},
@@ -4841,10 +4926,11 @@
"New-AzNetworkManagerRoutingConfiguration": {},
"New-AzNetworkManagerRoutingRule": {},
"New-AzNetworkManagerRoutingRuleCollection": {},
- "New-AzNetworkManagerSecurityGroupItem": {},
"New-AzNetworkManagerSecurityUserConfiguration": {},
"New-AzNetworkManagerSecurityUserRule": {},
"New-AzNetworkManagerSecurityUserRuleCollection": {},
+ "New-AzNetworkManagerSecurityGroupItem": {},
+ "New-AzNetworkManagerRoutingGroupItem": {},
"New-AzNetworkManagerSecurityUserGroupItem": {},
"New-AzNetworkManagerStaticMember": {},
"New-AzNetworkManagerSubscriptionConnection": {},
@@ -5013,11 +5099,11 @@
"Remove-AzNetworkManagerSecurityAdminRule": {},
"Remove-AzNetworkManagerSecurityAdminRuleCollection": {},
"Remove-AzNetworkManagerRoutingConfiguration": {},
- "Remove-AzNetworkManagerRoutingRule": {},
"Remove-AzNetworkManagerRoutingRuleCollection": {},
+ "Remove-AzNetworkManagerRoutingRule": {},
"Remove-AzNetworkManagerSecurityUserConfiguration": {},
- "Remove-AzNetworkManagerSecurityUserRule": {},
"Remove-AzNetworkManagerSecurityUserRuleCollection": {},
+ "Remove-AzNetworkManagerSecurityUserRule": {},
"Remove-AzNetworkManagerStaticMember": {},
"Remove-AzNetworkManagerSubscriptionConnection": {},
"Remove-AzNetworkProfile": {},
@@ -5153,11 +5239,11 @@
"Set-AzNetworkManagerSecurityAdminRule": {},
"Set-AzNetworkManagerSecurityAdminRuleCollection": {},
"Set-AzNetworkManagerRoutingConfiguration": {},
- "Set-AzNetworkManagerRoutingRule": {},
"Set-AzNetworkManagerRoutingRuleCollection": {},
+ "Set-AzNetworkManagerRoutingRule": {},
"Set-AzNetworkManagerSecurityUserConfiguration": {},
- "Set-AzNetworkManagerSecurityUserRule": {},
"Set-AzNetworkManagerSecurityUserRuleCollection": {},
+ "Set-AzNetworkManagerSecurityUserRule": {},
"Set-AzNetworkManagerSubscriptionConnection": {},
"Set-AzNetworkProfile": {},
"Set-AzNetworkSecurityGroup": {},
@@ -6384,6 +6470,8 @@
"Get-AzADServicePrincipalAppRoleAssignment": {},
"Get-AzADSpCredential": {},
"Get-AzADUser": {},
+ "Get-AzDataBoundaryScope": {},
+ "Get-AzDataBoundaryTenant": {},
"Get-AzPolicyAssignment": {},
"Get-AzPolicyDefinition": {},
"Get-AzPolicyExemption": {},
@@ -6430,6 +6518,7 @@
"Remove-AzPolicySetDefinition": {},
"Remove-AzRoleManagementPolicy": {},
"Remove-AzRoleManagementPolicyAssignment": {},
+ "Set-AzDataBoundary": {},
"Stop-AzRoleAssignmentScheduleRequest": {},
"Stop-AzRoleEligibilityScheduleRequest": {},
"Update-AzADAppFederatedCredential": {},
diff --git a/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs b/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs
index 8bcbd9089001..4f52f5ab7d90 100644
--- a/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs
+++ b/src/Accounts/AssemblyLoading/Properties/AssemblyInfo.cs
@@ -42,5 +42,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.0.4")]
-[assembly: AssemblyFileVersion("3.0.4")]
+[assembly: AssemblyVersion("3.0.5")]
+[assembly: AssemblyFileVersion("3.0.5")]
diff --git a/src/Accounts/Authentication/Properties/AssemblyInfo.cs b/src/Accounts/Authentication/Properties/AssemblyInfo.cs
index 39d434e5a175..068fe3dcf41e 100644
--- a/src/Accounts/Authentication/Properties/AssemblyInfo.cs
+++ b/src/Accounts/Authentication/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.0.*")]
-[assembly: AssemblyVersion("3.0.4")]
-[assembly: AssemblyFileVersion("3.0.4")]
+[assembly: AssemblyVersion("3.0.5")]
+[assembly: AssemblyFileVersion("3.0.5")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Authentication.Test")]
#endif
diff --git a/src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs b/src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs
index 9015e20ebc4b..2ba08e06feef 100644
--- a/src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs
+++ b/src/Accounts/AuthenticationAssemblyLoadContext/Properties/AssemblyInfo.cs
@@ -42,5 +42,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.0.4")]
-[assembly: AssemblyFileVersion("3.0.4")]
+[assembly: AssemblyVersion("3.0.5")]
+[assembly: AssemblyFileVersion("3.0.5")]
diff --git a/src/Accounts/Authenticators/Properties/AssemblyInfo.cs b/src/Accounts/Authenticators/Properties/AssemblyInfo.cs
index 632635fb7977..225d23d1b3b6 100644
--- a/src/Accounts/Authenticators/Properties/AssemblyInfo.cs
+++ b/src/Accounts/Authenticators/Properties/AssemblyInfo.cs
@@ -48,5 +48,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.0.4")]
-[assembly: AssemblyFileVersion("3.0.4")]
+[assembly: AssemblyVersion("3.0.5")]
+[assembly: AssemblyFileVersion("3.0.5")]
diff --git a/src/AksArc/AksArc/Az.AksArc.psd1 b/src/AksArc/AksArc/Az.AksArc.psd1
index db0ff2e10de5..5f0de9cc4881 100644
--- a/src/AksArc/AksArc/Az.AksArc.psd1
+++ b/src/AksArc/AksArc/Az.AksArc.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/15/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.1.1'
+ModuleVersion = '0.1.2'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'AksArc.Autorest/bin/Az.AksArc.private.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-ScriptsToProcess = @()
+# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-TypesToProcess = @()
+# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'AksArc.Autorest/Az.AksArc.format.ps1xml'
@@ -103,7 +103,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', '{ModuleNamePlaceHolder}'
+ Tags = 'Azure','ResourceManager','ARM','PSModule','{ModuleNamePlaceHolder}'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -115,8 +115,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Fixed bug where ''Invoke-AzAksArcClusterUpgrade'' would throw false exception when kubernetes version is passed as a parameter.
-* Fixed bug where default nodepool labels and taints parameters would not work for ''New-AzAksArcCluster'' command. '
+ ReleaseNotes = '* Fixed bug where Remove-AzAksArcCluster would take a very long time to complete.
+* Fixed issue where Update-AzAksArcCluster would error out when passing AdminGroupObjectID parameter.'
# Prerelease string of this module
# Prerelease = ''
@@ -129,7 +129,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/AksArc/AksArc/ChangeLog.md b/src/AksArc/AksArc/ChangeLog.md
index b3aad3dd8ed5..58cd24c9c600 100644
--- a/src/AksArc/AksArc/ChangeLog.md
+++ b/src/AksArc/AksArc/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.1.2
* Fixed bug where Remove-AzAksArcCluster would take a very long time to complete.
* Fixed issue where Update-AzAksArcCluster would error out when passing AdminGroupObjectID parameter.
diff --git a/src/AksArc/AksArc/Properties/AssemblyInfo.cs b/src/AksArc/AksArc/Properties/AssemblyInfo.cs
index 64a3a6b86a7e..816704e4754f 100644
--- a/src/AksArc/AksArc/Properties/AssemblyInfo.cs
+++ b/src/AksArc/AksArc/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("4431353d-6669-4e8f-866d-f010eb96213c")]
-[assembly: AssemblyVersion("0.1.1")]
-[assembly: AssemblyFileVersion("0.1.1")]
+[assembly: AssemblyVersion("0.1.2")]
+[assembly: AssemblyFileVersion("0.1.2")]
diff --git a/src/AnalysisServices/AnalysisServices.Dataplane/Properties/AssemblyInfo.cs b/src/AnalysisServices/AnalysisServices.Dataplane/Properties/AssemblyInfo.cs
index aed86f5bf1e5..4407761686a5 100644
--- a/src/AnalysisServices/AnalysisServices.Dataplane/Properties/AssemblyInfo.cs
+++ b/src/AnalysisServices/AnalysisServices.Dataplane/Properties/AssemblyInfo.cs
@@ -35,5 +35,5 @@
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.1.5")]
-[assembly: AssemblyFileVersion("1.1.5")]
+[assembly: AssemblyVersion("1.1.6")]
+[assembly: AssemblyFileVersion("1.1.6")]
diff --git a/src/AnalysisServices/AnalysisServices.Management.Sdk/Properties/AssemblyInfo.cs b/src/AnalysisServices/AnalysisServices.Management.Sdk/Properties/AssemblyInfo.cs
index e02726ecf6f7..d87f5bcbe0bc 100644
--- a/src/AnalysisServices/AnalysisServices.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/AnalysisServices/AnalysisServices.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,4 +26,4 @@
[assembly: CLSCompliant(false)]
[assembly: AssemblyVersion("2.0.3.0")]
-[assembly: AssemblyFileVersion("2.0.4.0")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("2.0.4.0")]
diff --git a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1
index e8438719aa63..70fc2ebcc200 100644
--- a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1
+++ b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 5/16/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.1.5'
+ModuleVersion = '1.1.6'
# 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 = '3.0.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AnalysisServices.Management.Sdk.dll'
@@ -123,7 +123,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Removed the outdated deps.json file.'
+ ReleaseNotes = '* Migrated AnalysisServices SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.Analysis'' Version ''2.0.4'' PackageReference
+ - Added AnalysisServices.Management.Sdk ProjectReference'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/AnalysisServices/AnalysisServices/ChangeLog.md b/src/AnalysisServices/AnalysisServices/ChangeLog.md
index c0d72182f02f..9fbf6baef515 100644
--- a/src/AnalysisServices/AnalysisServices/ChangeLog.md
+++ b/src/AnalysisServices/AnalysisServices/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.1.6
* Migrated AnalysisServices SDK to generated SDK
- Removed "Microsoft.Azure.Management.Analysis" Version "2.0.4" PackageReference
- Added AnalysisServices.Management.Sdk ProjectReference
diff --git a/src/AnalysisServices/AnalysisServices/Properties/AssemblyInfo.cs b/src/AnalysisServices/AnalysisServices/Properties/AssemblyInfo.cs
index 7cf9c191fa37..3faa5e00b0de 100644
--- a/src/AnalysisServices/AnalysisServices/Properties/AssemblyInfo.cs
+++ b/src/AnalysisServices/AnalysisServices/Properties/AssemblyInfo.cs
@@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.1.5")]
-[assembly: AssemblyFileVersion("1.1.5")]
+[assembly: AssemblyVersion("1.1.6")]
+[assembly: AssemblyFileVersion("1.1.6")]
diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Properties/AssemblyInfo.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Properties/AssemblyInfo.cs
index 059086b84ff7..7665db074acb 100644
--- a/src/ApiManagement/ApiManagement.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/ApiManagement/ApiManagement.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,4 +26,4 @@
[assembly: CLSCompliant(false)]
[assembly: AssemblyVersion("8.0.0.0")]
-[assembly: AssemblyFileVersion("8.0.0.0")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("8.0.0.0")]
diff --git a/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs b/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs
index a511a143647d..60a35c669b16 100644
--- a/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs
+++ b/src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs
@@ -42,5 +42,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("4.0.4")]
-[assembly: AssemblyFileVersion("4.0.4")]
+[assembly: AssemblyVersion("4.0.5")]
+[assembly: AssemblyFileVersion("4.0.5")]
diff --git a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1
index e8b367ebb8f7..52bb96719d57 100644
--- a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1
+++ b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 8/29/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '4.0.4'
+ModuleVersion = '4.0.5'
# 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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.ApiManagement.Management.Sdk.dll',
@@ -210,7 +210,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Fixed secrets exposure in example documentation.'
+ ReleaseNotes = '* Removed Microsoft.Azure.Management.ApiManagement 8.0.0.0-preview
+* Added ApiManagement.Management.Sdk'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/ApiManagement/ApiManagement/ChangeLog.md b/src/ApiManagement/ApiManagement/ChangeLog.md
index efb11307cf81..5ad32ac8c714 100644
--- a/src/ApiManagement/ApiManagement/ChangeLog.md
+++ b/src/ApiManagement/ApiManagement/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 4.0.5
* Removed Microsoft.Azure.Management.ApiManagement 8.0.0.0-preview
* Added ApiManagement.Management.Sdk
diff --git a/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs b/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs
index 612d87437bf5..b63df123b570 100644
--- a/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs
+++ b/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs
@@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("4.0.4")]
-[assembly: AssemblyFileVersion("4.0.4")]
+[assembly: AssemblyVersion("4.0.5")]
+[assembly: AssemblyFileVersion("4.0.5")]
diff --git a/src/AppComplianceAutomation/AppComplianceAutomation/Az.AppComplianceAutomation.psd1 b/src/AppComplianceAutomation/AppComplianceAutomation/Az.AppComplianceAutomation.psd1
index ec8cfadc1302..7dcb4281cbf6 100644
--- a/src/AppComplianceAutomation/AppComplianceAutomation/Az.AppComplianceAutomation.psd1
+++ b/src/AppComplianceAutomation/AppComplianceAutomation/Az.AppComplianceAutomation.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 8/29/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.1.1'
+ModuleVersion = '0.1.2'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies =
@@ -115,7 +115,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Fixed secrets exposure in example documentation.'
+ ReleaseNotes = '* Used ''Get-AzAccessToken -AsSecureString'' inside the ''AppComplianceAutomation'' for the plain text version is going to be deprecate in the next release.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/AppComplianceAutomation/AppComplianceAutomation/ChangeLog.md b/src/AppComplianceAutomation/AppComplianceAutomation/ChangeLog.md
index 2adeccbb9230..8e93be69e569 100644
--- a/src/AppComplianceAutomation/AppComplianceAutomation/ChangeLog.md
+++ b/src/AppComplianceAutomation/AppComplianceAutomation/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.1.2
* Used `Get-AzAccessToken -AsSecureString` inside the `AppComplianceAutomation` for the plain text version is going to be deprecate in the next release.
## Version 0.1.1
diff --git a/src/AppComplianceAutomation/AppComplianceAutomation/Properties/AssemblyInfo.cs b/src/AppComplianceAutomation/AppComplianceAutomation/Properties/AssemblyInfo.cs
index 80054cc14dcf..36f9d0a05b12 100644
--- a/src/AppComplianceAutomation/AppComplianceAutomation/Properties/AssemblyInfo.cs
+++ b/src/AppComplianceAutomation/AppComplianceAutomation/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("896fbed6-4831-4743-8c2e-e19175348e6a")]
-[assembly: AssemblyVersion("0.1.1")]
-[assembly: AssemblyFileVersion("0.1.1")]
+[assembly: AssemblyVersion("0.1.2")]
+[assembly: AssemblyFileVersion("0.1.2")]
diff --git a/src/Attestation/Attestation.Autorest/Properties/AssemblyInfo.cs b/src/Attestation/Attestation.Autorest/Properties/AssemblyInfo.cs
index 27529aa4d6af..8175a7f061f4 100644
--- a/src/Attestation/Attestation.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Attestation/Attestation.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("4094c303-e656-4e1b-9ad2-d596b40a11f9")]
-[assembly: AssemblyVersion("2.0.2")]
-[assembly: AssemblyFileVersion("2.0.2")]
+[assembly: AssemblyVersion("2.0.3")]
+[assembly: AssemblyFileVersion("2.0.3")]
diff --git a/src/Attestation/Attestation/Az.Attestation.psd1 b/src/Attestation/Attestation/Az.Attestation.psd1
index 096042d9f692..3a1bdd953134 100644
--- a/src/Attestation/Attestation/Az.Attestation.psd1
+++ b/src/Attestation/Attestation/Az.Attestation.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 23/04/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '2.0.2'
+ModuleVersion = '2.0.3'
# 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.19.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Attestation.Autorest/bin/Az.Attestation.private.dll',
@@ -120,7 +120,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Introduced secrets detection feature to safeguard sensitive data.'
+ ReleaseNotes = '* Migrated Attestation SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.Attestation'' Version ''0.12.0-preview'' PackageReference
+ - Added Attestation.Management.Sdk ProjectReference'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Attestation/Attestation/ChangeLog.md b/src/Attestation/Attestation/ChangeLog.md
index 684073320ab2..7dd7478a4ea3 100644
--- a/src/Attestation/Attestation/ChangeLog.md
+++ b/src/Attestation/Attestation/ChangeLog.md
@@ -20,6 +20,8 @@
## Upcoming Release
+
+## Version 2.0.3
* Migrated Attestation SDK to generated SDK
- Removed "Microsoft.Azure.Management.Attestation" Version "0.12.0-preview" PackageReference
- Added Attestation.Management.Sdk ProjectReference
diff --git a/src/Attestation/Attestation/Properties/AssemblyInfo.cs b/src/Attestation/Attestation/Properties/AssemblyInfo.cs
index bef103f9c3d9..e6f75d36cf50 100644
--- a/src/Attestation/Attestation/Properties/AssemblyInfo.cs
+++ b/src/Attestation/Attestation/Properties/AssemblyInfo.cs
@@ -29,8 +29,8 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")]
-[assembly: AssemblyVersion("2.0.2")]
-[assembly: AssemblyFileVersion("2.0.2")]
+[assembly: AssemblyVersion("2.0.3")]
+[assembly: AssemblyFileVersion("2.0.3")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")]
#endif
diff --git a/src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs b/src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs
index 55a82015179a..3e3a6e98c3c6 100644
--- a/src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs
@@ -25,5 +25,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
-[assembly: AssemblyVersion("15.0.0")]
-[assembly: AssemblyFileVersion("15.0.0")]
\ No newline at end of file
+[assembly: AssemblyVersion("3.6.4")]
+[assembly: AssemblyFileVersion("3.6.4")]
diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1
index 9f46d2d137b4..f8e7ed21c5fb 100644
--- a/src/Batch/Batch/Az.Batch.psd1
+++ b/src/Batch/Batch/Az.Batch.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 8/29/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '3.6.3'
+ModuleVersion = '3.6.4'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,11 +53,12 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.AspNetCore.WebUtilities.dll',
- 'Microsoft.Azure.Batch.dll', 'Microsoft.Azure.PowerShell.Batch.Management.Sdk.dll',
+ 'Microsoft.Azure.Batch.dll',
+ 'Microsoft.Azure.PowerShell.Batch.Management.Sdk.dll',
'Microsoft.Extensions.Primitives.dll',
'Microsoft.Net.Http.Headers.dll',
'Microsoft.WindowsAzure.Storage.dll',
@@ -153,7 +154,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Fixed secrets exposure in example documentation.'
+ ReleaseNotes = '* Migrate Batch SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.Batch'' Version=''15.0.0'' PackageReference
+ - Added Batch.Management.Sdk ProjectReference'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Batch/Batch/ChangeLog.md b/src/Batch/Batch/ChangeLog.md
index 4cbec43f8b63..538f3c94a0b8 100644
--- a/src/Batch/Batch/ChangeLog.md
+++ b/src/Batch/Batch/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 3.6.4
* Migrate Batch SDK to generated SDK
- Removed "Microsoft.Azure.Management.Batch" Version="15.0.0" PackageReference
- Added Batch.Management.Sdk ProjectReference
diff --git a/src/Batch/Batch/Properties/AssemblyInfo.cs b/src/Batch/Batch/Properties/AssemblyInfo.cs
index e6336392c7b5..59f602ecae22 100644
--- a/src/Batch/Batch/Properties/AssemblyInfo.cs
+++ b/src/Batch/Batch/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")]
-[assembly: AssemblyVersion("3.6.3")]
-[assembly: AssemblyFileVersion("3.6.3")]
+[assembly: AssemblyVersion("3.6.4")]
+[assembly: AssemblyFileVersion("3.6.4")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Batch.Test")]
#endif
diff --git a/src/Communication/Communication.Autorest/Properties/AssemblyInfo.cs b/src/Communication/Communication.Autorest/Properties/AssemblyInfo.cs
index c1e8eb62a5b8..b1dfcf7c2fd1 100644
--- a/src/Communication/Communication.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Communication/Communication.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("8533dc23-0eb6-4da7-a2be-ea32d5130da2")]
-[assembly: AssemblyVersion("0.4.0")]
-[assembly: AssemblyFileVersion("0.4.0")]
+[assembly: AssemblyVersion("0.4.1")]
+[assembly: AssemblyFileVersion("0.4.1")]
diff --git a/src/Communication/Communication/Az.Communication.psd1 b/src/Communication/Communication/Az.Communication.psd1
index aa75bed90074..6179dd9095e5 100644
--- a/src/Communication/Communication/Az.Communication.psd1
+++ b/src/Communication/Communication/Az.Communication.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/9/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.4.0'
+ModuleVersion = '0.4.1'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Communication.Autorest/bin/Az.Communication.private.dll',
@@ -59,10 +59,10 @@ RequiredAssemblies = 'Communication.Autorest/bin/Az.Communication.private.dll',
'EmailServicedata.Autorest/bin/Az.EmailServicedata.private.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-ScriptsToProcess = @()
+# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-TypesToProcess = @()
+# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Communication.Autorest/Az.Communication.format.ps1xml',
@@ -116,7 +116,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Communication'
+ Tags = 'Azure','ResourceManager','ARM','PSModule','Communication'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -128,10 +128,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added dataplane cmdlets:
- * ''Get-AzEmailServicedataEmailSendResult''
- * ''Send-AzEmailServicedataEmail''
-* Upgraded API version to 2023-06-01-preview'
+ ReleaseNotes = '* Added support for inline attachments in the send mail operation.
+ - This update introduced a new property in the EmailAttachment object called contentId, which serves as a unique identifier in the HTML content.
+ - The contentId property should be referenced in the HTML body of the email for inline rendering.'
# Prerelease string of this module
# Prerelease = ''
@@ -144,7 +143,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/Communication/Communication/ChangeLog.md b/src/Communication/Communication/ChangeLog.md
index 4fa646d1fd27..ece0d7fd03da 100644
--- a/src/Communication/Communication/ChangeLog.md
+++ b/src/Communication/Communication/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.4.1
* Added support for inline attachments in the send mail operation.
- This update introduced a new property in the EmailAttachment object called contentId, which serves as a unique identifier in the HTML content.
- The contentId property should be referenced in the HTML body of the email for inline rendering.
diff --git a/src/Communication/Communication/Properties/AssemblyInfo.cs b/src/Communication/Communication/Properties/AssemblyInfo.cs
index 4759606578ed..b89a119e30b8 100644
--- a/src/Communication/Communication/Properties/AssemblyInfo.cs
+++ b/src/Communication/Communication/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("4abc3f60-d3f4-4efc-a13d-d31a394c4338")]
-[assembly: AssemblyVersion("0.4.0")]
-[assembly: AssemblyFileVersion("0.4.0")]
+[assembly: AssemblyVersion("0.4.1")]
+[assembly: AssemblyFileVersion("0.4.1")]
diff --git a/src/Communication/EmailService.Autorest/Properties/AssemblyInfo.cs b/src/Communication/EmailService.Autorest/Properties/AssemblyInfo.cs
index b9935341dcce..e4ae12161e67 100644
--- a/src/Communication/EmailService.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Communication/EmailService.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("4e069eb6-3f86-439a-92ad-00a7479e846e")]
-[assembly: AssemblyVersion("0.4.0")]
-[assembly: AssemblyFileVersion("0.4.0")]
+[assembly: AssemblyVersion("0.4.1")]
+[assembly: AssemblyFileVersion("0.4.1")]
diff --git a/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs b/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs
index 978cd58857e2..a4593d9319c5 100644
--- a/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("a9773e5d-ca15-4054-9787-f595739dac7e")]
-[assembly: AssemblyVersion("8.4.0")]
-[assembly: AssemblyFileVersion("8.4.0")]
+[assembly: AssemblyVersion("8.5.0")]
+[assembly: AssemblyFileVersion("8.5.0")]
diff --git a/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs b/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs
index a0811eb9acae..e0632376e7ae 100644
--- a/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs
+++ b/src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]
-[assembly: AssemblyVersion("8.4.0")]
-[assembly: AssemblyFileVersion("8.4.0")]
+[assembly: AssemblyVersion("8.5.0")]
+[assembly: AssemblyFileVersion("8.5.0")]
diff --git a/src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs b/src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs
index e70d15d359ee..64ec1cc65c71 100644
--- a/src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("9d9ad6c2-c449-4f97-95d1-252f737c4e96")]
-[assembly: AssemblyVersion("8.4.0")]
-[assembly: AssemblyFileVersion("8.4.0")]
+[assembly: AssemblyVersion("8.5.0")]
+[assembly: AssemblyFileVersion("8.5.0")]
diff --git a/src/Compute/Compute/Az.Compute.psd1 b/src/Compute/Compute/Az.Compute.psd1
index 68a0e78dc9c3..2ba0ed0b30b8 100644
--- a/src/Compute/Compute/Az.Compute.psd1
+++ b/src/Compute/Compute/Az.Compute.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 9/25/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '8.4.0'
+ModuleVersion = '8.5.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -54,7 +54,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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Compute.Autorest/bin/Az.Compute.private.dll',
@@ -236,10 +236,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added ''SkuProfileVmSize'' and ''SkuProfileAllocationStrategy'' parameters to ''New-AzVmss'', ''New-AzVmssConfig'', and ''Update-AzVmss'' cmdlets for VMSS Instance Mix operations.
-* Added a new optional parameter ''-GenerateSshKey-type'' to the ''New-AzVM'' cmdlet, allowing users to specify the type of SSH key to generate (Ed25519 or RSA).
-* Added ''EnableResilientVMCreate'' and ''EnableResilientVMDelete'' parameters to ''Update-AzVmss'' and ''New-AzVmssConfig'' cmdlets for enhanced VM resilience options.
-* Added ''IsVMInStandByPool'' property to ''PSVirtualMachineInstanceView'' object. [#25736]'
+ ReleaseNotes = '* Added optional parameters ''-SecurityPostureId'' and ''-SecurityPostureExcludeExtension'' to cmdlets ''New-AzVmss'' and ''New-AzVmssConfig''.
+* Updated image aliases to be up-to-date in the azure-powershell\src\Compute\Strategies\ComputeRp\Images.json file.
+* Added ''NvmeDisk'' argument completer to ''DiffDiskPlacement'' parameter for ''Set-AzVMOSDisk'' and ''Set-AzVmssStorageProfile'' cmdlets, allowing options for disk placement as ''CacheDisk'', ''ResourceDisk'', or ''NvmeDisk''.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md
index a54e9d479878..77276869b2c7 100644
--- a/src/Compute/Compute/ChangeLog.md
+++ b/src/Compute/Compute/ChangeLog.md
@@ -20,6 +20,8 @@
-->
## Upcoming Release
+
+## Version 8.5.0
* Added optional parameters `-SecurityPostureId` and `-SecurityPostureExcludeExtension` to cmdlets `New-AzVmss` and `New-AzVmssConfig`.
* Updated image aliases to be up-to-date in the azure-powershell\src\Compute\Strategies\ComputeRp\Images.json file.
* Added `NvmeDisk` argument completer to `DiffDiskPlacement` parameter for `Set-AzVMOSDisk` and `Set-AzVmssStorageProfile` cmdlets, allowing options for disk placement as `CacheDisk`, `ResourceDisk`, or `NvmeDisk`.
diff --git a/src/Compute/Compute/Properties/AssemblyInfo.cs b/src/Compute/Compute/Properties/AssemblyInfo.cs
index 77bba4edc701..b50731b4b3be 100644
--- a/src/Compute/Compute/Properties/AssemblyInfo.cs
+++ b/src/Compute/Compute/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
-[assembly: AssemblyVersion("8.4.0")]
-[assembly: AssemblyFileVersion("8.4.0")]
+[assembly: AssemblyVersion("8.5.0")]
+[assembly: AssemblyFileVersion("8.5.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
#endif
diff --git a/src/ConnectedMachine/ConnectedMachine.Autorest/Properties/AssemblyInfo.cs b/src/ConnectedMachine/ConnectedMachine.Autorest/Properties/AssemblyInfo.cs
index d8b6adaf32e6..d5f28cc12df7 100644
--- a/src/ConnectedMachine/ConnectedMachine.Autorest/Properties/AssemblyInfo.cs
+++ b/src/ConnectedMachine/ConnectedMachine.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("1c3a6300-5308-40da-983c-64817bcf0468")]
-[assembly: AssemblyVersion("0.10.0")]
-[assembly: AssemblyFileVersion("0.10.0")]
+[assembly: AssemblyVersion("1.0.0")]
+[assembly: AssemblyFileVersion("1.0.0")]
diff --git a/src/ConnectedMachine/ConnectedMachine/Az.ConnectedMachine.psd1 b/src/ConnectedMachine/ConnectedMachine/Az.ConnectedMachine.psd1
index e08df659126e..7e08beb4c7b8 100644
--- a/src/ConnectedMachine/ConnectedMachine/Az.ConnectedMachine.psd1
+++ b/src/ConnectedMachine/ConnectedMachine/Az.ConnectedMachine.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/14/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.10.0'
+ModuleVersion = '1.0.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'ConnectedMachine.Autorest/bin/Az.ConnectedMachine.private.dll'
@@ -123,7 +123,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated stable version api of HybridCompute to 2024-07-10'
+ ReleaseNotes = '* General availability for module Az.ConnectedMachine'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/ConnectedMachine/ConnectedMachine/ChangeLog.md b/src/ConnectedMachine/ConnectedMachine/ChangeLog.md
index d66da82d35a6..adb8ddf6433d 100644
--- a/src/ConnectedMachine/ConnectedMachine/ChangeLog.md
+++ b/src/ConnectedMachine/ConnectedMachine/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.0.0
* General availability for module Az.ConnectedMachine
## Version 0.10.0
diff --git a/src/ConnectedMachine/ConnectedMachine/Properties/AssemblyInfo.cs b/src/ConnectedMachine/ConnectedMachine/Properties/AssemblyInfo.cs
index 8f3d1e99057e..eb743b4105d6 100644
--- a/src/ConnectedMachine/ConnectedMachine/Properties/AssemblyInfo.cs
+++ b/src/ConnectedMachine/ConnectedMachine/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("48f328d8-d0dd-4abb-9bff-198d59ceae80")]
-[assembly: AssemblyVersion("0.10.0")]
-[assembly: AssemblyFileVersion("0.10.0")]
+[assembly: AssemblyVersion("1.0.0")]
+[assembly: AssemblyFileVersion("1.0.0")]
diff --git a/src/DataFactory/DataFactory.Management.Sdk/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactory.Management.Sdk/Properties/AssemblyInfo.cs
index e9cf76d5bf2e..a8b7663687ff 100644
--- a/src/DataFactory/DataFactory.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/DataFactory/DataFactory.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("F0FA0885-A662-4E33-8495-2A7DC03A0855")]
-[assembly: AssemblyVersion("1.18.8")]
-[assembly: AssemblyFileVersion("1.18.8")]
+[assembly: AssemblyVersion("1.18.9")]
+[assembly: AssemblyFileVersion("1.18.9")]
diff --git a/src/DataFactory/DataFactory/Az.DataFactory.psd1 b/src/DataFactory/DataFactory/Az.DataFactory.psd1
index 7124ab88e82f..f92fd0962e4e 100644
--- a/src/DataFactory/DataFactory/Az.DataFactory.psd1
+++ b/src/DataFactory/DataFactory/Az.DataFactory.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 9/25/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.18.8'
+ModuleVersion = '1.18.9'
# 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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Management.DataFactories.dll',
@@ -172,8 +172,10 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added support for Iceberg format as a sink.
-* Enabled sslMode and useSystemTrustStore options for MariaDB.'
+ ReleaseNotes = '* Added pageSize support to Salesforce V2 Source.
+* Added pageSize support to ServiceNow V2 Source.
+* Added host property to Snowflake linked service.
+* Fixed missing authenticationType in PostgreSQL V2 linked service.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/DataFactory/DataFactory/ChangeLog.md b/src/DataFactory/DataFactory/ChangeLog.md
index f06bc24231bb..6d238e8fd4ef 100644
--- a/src/DataFactory/DataFactory/ChangeLog.md
+++ b/src/DataFactory/DataFactory/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.18.9
* Added pageSize support to Salesforce V2 Source.
* Added pageSize support to ServiceNow V2 Source.
* Added host property to Snowflake linked service.
diff --git a/src/DataFactory/DataFactory/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactory/Properties/AssemblyInfo.cs
index 97988e101a79..0bc5f7e648c9 100644
--- a/src/DataFactory/DataFactory/Properties/AssemblyInfo.cs
+++ b/src/DataFactory/DataFactory/Properties/AssemblyInfo.cs
@@ -25,5 +25,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
-[assembly: AssemblyVersion("1.18.8")]
-[assembly: AssemblyFileVersion("1.18.8")]
+[assembly: AssemblyVersion("1.18.9")]
+[assembly: AssemblyFileVersion("1.18.9")]
diff --git a/src/DataFactory/DataFactoryV1/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactoryV1/Properties/AssemblyInfo.cs
index 21c8d4b18eeb..094bb7b68cd1 100644
--- a/src/DataFactory/DataFactoryV1/Properties/AssemblyInfo.cs
+++ b/src/DataFactory/DataFactoryV1/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
-[assembly: AssemblyVersion("1.18.8")]
-[assembly: AssemblyFileVersion("1.18.8")]
+[assembly: AssemblyVersion("1.18.9")]
+[assembly: AssemblyFileVersion("1.18.9")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactories.Test")]
#endif
diff --git a/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs b/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs
index 043abc72165a..4f9810eba728 100644
--- a/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs
+++ b/src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
-[assembly: AssemblyVersion("1.18.8")]
-[assembly: AssemblyFileVersion("1.18.8")]
+[assembly: AssemblyVersion("1.18.9")]
+[assembly: AssemblyFileVersion("1.18.9")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.Test")]
diff --git a/src/DataProtection/DataProtection.Autorest/Properties/AssemblyInfo.cs b/src/DataProtection/DataProtection.Autorest/Properties/AssemblyInfo.cs
index cf6daee71573..05f49dfdfebc 100644
--- a/src/DataProtection/DataProtection.Autorest/Properties/AssemblyInfo.cs
+++ b/src/DataProtection/DataProtection.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("6dd4370e-6b01-492a-baea-93dac2e9aa07")]
-[assembly: AssemblyVersion("2.4.0")]
-[assembly: AssemblyFileVersion("2.4.0")]
+[assembly: AssemblyVersion("2.5.0")]
+[assembly: AssemblyFileVersion("2.5.0")]
diff --git a/src/DataProtection/DataProtection/Az.DataProtection.psd1 b/src/DataProtection/DataProtection/Az.DataProtection.psd1
index 90c0500f6c22..946bd3409e6d 100644
--- a/src/DataProtection/DataProtection/Az.DataProtection.psd1
+++ b/src/DataProtection/DataProtection/Az.DataProtection.psd1
@@ -1,9 +1,9 @@
#
-# Module manifest for module 'Az.Dataprotection'
+# Module manifest for module 'Az.DataProtection'
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/30/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '2.4.0'
+ModuleVersion = '2.5.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'DataProtection.Autorest/bin/Az.DataProtection.private.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-ScriptsToProcess = @()
+# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-TypesToProcess = @()
+# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'DataProtection.Autorest/Az.DataProtection.format.ps1xml'
@@ -145,7 +145,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'DataProtection'
+ Tags = 'Azure','ResourceManager','ARM','PSModule','DataProtection'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -157,9 +157,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added vault tier restore and update backup instance for blobs.
-* Added CmkEnryption parameters to Get-AzDataProtectionBackupVault, New-AzDataProtectionBackupVault and Update-AzDataProtectionBackupVault cmdlets.
-* Added MUA support for DisableVaultImmutability, Restore, Stop-Protection, Suspend-backup, Disable soft delete operations.'
+ ReleaseNotes = '* Added support for vault tier backup and restore for AzureKubernetesService
+* Added support for resource modifier reference
+* Added a fix for Update-AzDataProtectionBackupInstance'
# Prerelease string of this module
# Prerelease = ''
@@ -172,7 +172,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/DataProtection/DataProtection/ChangeLog.md b/src/DataProtection/DataProtection/ChangeLog.md
index eee8776c2b1c..4d38ffd69f39 100644
--- a/src/DataProtection/DataProtection/ChangeLog.md
+++ b/src/DataProtection/DataProtection/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 2.5.0
* Added support for vault tier backup and restore for AzureKubernetesService
* Added support for resource modifier reference
* Added a fix for Update-AzDataProtectionBackupInstance
diff --git a/src/DataProtection/DataProtection/Properties/AssemblyInfo.cs b/src/DataProtection/DataProtection/Properties/AssemblyInfo.cs
index 1c733926a898..2e8c9537e4d9 100644
--- a/src/DataProtection/DataProtection/Properties/AssemblyInfo.cs
+++ b/src/DataProtection/DataProtection/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("ab240bd4-c397-4629-a993-21763b35faed")]
-[assembly: AssemblyVersion("2.4.0")]
-[assembly: AssemblyFileVersion("2.4.0")]
+[assembly: AssemblyVersion("2.5.0")]
+[assembly: AssemblyFileVersion("2.5.0")]
diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1
index 3aa407d5c758..93fd37f1eb9d 100644
--- a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1
+++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 8/29/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.10.2'
+ModuleVersion = '0.10.3'
# 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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.Devices.Provisioning.Service.dll',
@@ -149,7 +149,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Fixed secrets exposure in example documentation.'
+ ReleaseNotes = '* Removed Microsoft.Azure.Management.DeviceProvisioningServices 0.10.0-preview dependencies
+* Added Microsoft.Azure.PowerShell.DeviceProvisioningServices.Management.Sdk'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/ChangeLog.md b/src/DeviceProvisioningServices/DeviceProvisioningServices/ChangeLog.md
index bb425c240c43..7711027a46a9 100644
--- a/src/DeviceProvisioningServices/DeviceProvisioningServices/ChangeLog.md
+++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.10.3
* Removed Microsoft.Azure.Management.DeviceProvisioningServices 0.10.0-preview dependencies
* Added Microsoft.Azure.PowerShell.DeviceProvisioningServices.Management.Sdk
diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/Properties/AssemblyInfo.cs b/src/DeviceProvisioningServices/DeviceProvisioningServices/Properties/AssemblyInfo.cs
index cfec7f84dcd1..8ba46fb2f822 100644
--- a/src/DeviceProvisioningServices/DeviceProvisioningServices/Properties/AssemblyInfo.cs
+++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.7.2")]
-[assembly: AssemblyVersion("0.10.2")]
-[assembly: AssemblyFileVersion("0.10.2")]
+[assembly: AssemblyVersion("0.10.3")]
+[assembly: AssemblyFileVersion("0.10.3")]
diff --git a/src/Elastic/Elastic.Autorest/Properties/AssemblyInfo.cs b/src/Elastic/Elastic.Autorest/Properties/AssemblyInfo.cs
index ad2d4ff60ad7..ede4c9a0b296 100644
--- a/src/Elastic/Elastic.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Elastic/Elastic.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("76a7a197-6800-4de7-ac48-0cf5466a4ace")]
-[assembly: AssemblyVersion("0.1.1")]
-[assembly: AssemblyFileVersion("0.1.1")]
+[assembly: AssemblyVersion("0.2.0")]
+[assembly: AssemblyFileVersion("0.2.0")]
diff --git a/src/Elastic/Elastic/Az.Elastic.psd1 b/src/Elastic/Elastic/Az.Elastic.psd1
index 43391c55d0bf..bf64318a08e4 100644
--- a/src/Elastic/Elastic/Az.Elastic.psd1
+++ b/src/Elastic/Elastic/Az.Elastic.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/18/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.1.1'
+ModuleVersion = '0.2.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Elastic.Autorest/bin/Az.Elastic.private.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-ScriptsToProcess = @()
+# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-TypesToProcess = @()
+# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Elastic.Autorest/Az.Elastic.format.ps1xml'
@@ -115,7 +115,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Elastic'
+ Tags = 'Azure','ResourceManager','ARM','PSModule','Elastic'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -127,7 +127,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Introduced secrets detection feature to safeguard sensitive data.'
+ ReleaseNotes = '* Updated the api version to ''2024-03-01'' (Stable Version)'
# Prerelease string of this module
# Prerelease = ''
@@ -140,7 +140,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/Elastic/Elastic/ChangeLog.md b/src/Elastic/Elastic/ChangeLog.md
index 209bfbd2ca0b..c9924c1aebc6 100644
--- a/src/Elastic/Elastic/ChangeLog.md
+++ b/src/Elastic/Elastic/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.2.0
* Updated the api version to "2024-03-01" (Stable Version)
## Version 0.1.1
diff --git a/src/Elastic/Elastic/Properties/AssemblyInfo.cs b/src/Elastic/Elastic/Properties/AssemblyInfo.cs
index d8c09be71ca6..278fa49ad205 100644
--- a/src/Elastic/Elastic/Properties/AssemblyInfo.cs
+++ b/src/Elastic/Elastic/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("83f4a9db-8d2c-4b1c-b7e9-2a13c257e6d9")]
-[assembly: AssemblyVersion("0.1.1")]
-[assembly: AssemblyFileVersion("0.1.1")]
+[assembly: AssemblyVersion("0.2.0")]
+[assembly: AssemblyFileVersion("0.2.0")]
diff --git a/src/EventGrid/EventGrid.Autorest/Properties/AssemblyInfo.cs b/src/EventGrid/EventGrid.Autorest/Properties/AssemblyInfo.cs
index 37c92ba2f53e..b6e004f3d5da 100644
--- a/src/EventGrid/EventGrid.Autorest/Properties/AssemblyInfo.cs
+++ b/src/EventGrid/EventGrid.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("9d8774f9-1d08-4c33-bf16-1c44df3f3937")]
-[assembly: AssemblyVersion("2.0.0")]
-[assembly: AssemblyFileVersion("2.0.0")]
+[assembly: AssemblyVersion("2.1.0")]
+[assembly: AssemblyFileVersion("2.1.0")]
diff --git a/src/EventGrid/EventGrid/Az.EventGrid.psd1 b/src/EventGrid/EventGrid/Az.EventGrid.psd1
index 590a1d23beb1..e414695b30b5 100644
--- a/src/EventGrid/EventGrid/Az.EventGrid.psd1
+++ b/src/EventGrid/EventGrid/Az.EventGrid.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/15/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '2.0.0'
+ModuleVersion = '2.1.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'EventGrid.Autorest/bin/Az.EventGrid.private.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-ScriptsToProcess = @()
+# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-TypesToProcess = @()
+# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'EventGrid.Autorest/Az.EventGrid.format.ps1xml'
@@ -248,7 +248,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'EventGrid'
+ Tags = 'Azure','ResourceManager','ARM','PSModule','EventGrid'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -260,7 +260,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Updated to use the 2023-06-01-preview API version.'
+ ReleaseNotes = '* Fixed an issue that caused some commands ending in ''Object'' to not work properly.'
# Prerelease string of this module
# Prerelease = ''
@@ -273,7 +273,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/EventGrid/EventGrid/ChangeLog.md b/src/EventGrid/EventGrid/ChangeLog.md
index 7cfbf1632ea6..9248d47169b7 100644
--- a/src/EventGrid/EventGrid/ChangeLog.md
+++ b/src/EventGrid/EventGrid/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 2.1.0
* Fixed an issue that caused some commands ending in `Object` to not work properly.
## Version 2.0.0
diff --git a/src/EventGrid/EventGrid/Properties/AssemblyInfo.cs b/src/EventGrid/EventGrid/Properties/AssemblyInfo.cs
index ffd66ce8a05a..eb3075c0e9b6 100644
--- a/src/EventGrid/EventGrid/Properties/AssemblyInfo.cs
+++ b/src/EventGrid/EventGrid/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("d2167b29-9406-4ec7-b089-500460b3ebbd")]
-[assembly: AssemblyVersion("2.0.0")]
-[assembly: AssemblyFileVersion("2.0.0")]
+[assembly: AssemblyVersion("2.1.0")]
+[assembly: AssemblyFileVersion("2.1.0")]
diff --git a/src/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs b/src/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs
index 6e4ef3dd716f..e30a0ee26d20 100644
--- a/src/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs
+++ b/src/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("45d3f454-b7ae-43b7-9ef9-d34d680cdcfe")]
-[assembly: AssemblyVersion("5.0.0")]
-[assembly: AssemblyFileVersion("5.0.0")]
+[assembly: AssemblyVersion("5.0.1")]
+[assembly: AssemblyFileVersion("5.0.1")]
diff --git a/src/EventHub/EventHub.Management.Sdk/Properties/AssemblyInfo.cs b/src/EventHub/EventHub.Management.Sdk/Properties/AssemblyInfo.cs
index 703a6da41195..6b1559cb0d12 100644
--- a/src/EventHub/EventHub.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/EventHub/EventHub.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,4 +26,4 @@
[assembly: CLSCompliant(false)]
[assembly: AssemblyVersion("3.0.0.0")]
-[assembly: AssemblyFileVersion("5.0.0.0")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("5.0.0.0")]
diff --git a/src/EventHub/EventHub/Az.EventHub.psd1 b/src/EventHub/EventHub/Az.EventHub.psd1
index 6111105eae41..184b57173fb1 100644
--- a/src/EventHub/EventHub/Az.EventHub.psd1
+++ b/src/EventHub/EventHub/Az.EventHub.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 5/16/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '5.0.0'
+ModuleVersion = '5.0.1'
# 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 = '3.0.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'EventHub.Autorest/bin/Az.EventHub.private.dll',
@@ -141,7 +141,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Moved cmdlets to V4'
+ ReleaseNotes = '* Migrated EventHub SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.EventHub'' Version ''5.0.0'' PackageReference
+ - Added EventHub.Management.Sdk ProjectReference'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/EventHub/EventHub/ChangeLog.md b/src/EventHub/EventHub/ChangeLog.md
index 6aadc4873332..005cf5831f75 100644
--- a/src/EventHub/EventHub/ChangeLog.md
+++ b/src/EventHub/EventHub/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 5.0.1
* Migrated EventHub SDK to generated SDK
- Removed "Microsoft.Azure.Management.EventHub" Version "5.0.0" PackageReference
- Added EventHub.Management.Sdk ProjectReference
diff --git a/src/EventHub/EventHub/Properties/AssemblyInfo.cs b/src/EventHub/EventHub/Properties/AssemblyInfo.cs
index 942f3b8b3e63..a79c2c281848 100644
--- a/src/EventHub/EventHub/Properties/AssemblyInfo.cs
+++ b/src/EventHub/EventHub/Properties/AssemblyInfo.cs
@@ -25,5 +25,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("3ea250fe-7987-426b-8ca0-2dd65deda73c")]
-[assembly: AssemblyVersion("5.0.0")]
-[assembly: AssemblyFileVersion("5.0.0")]
+[assembly: AssemblyVersion("5.0.1")]
+[assembly: AssemblyFileVersion("5.0.1")]
diff --git a/src/Functions/Functions.Autorest/Properties/AssemblyInfo.cs b/src/Functions/Functions.Autorest/Properties/AssemblyInfo.cs
index 54865a62607a..d3d73d82be05 100644
--- a/src/Functions/Functions.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Functions/Functions.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("49baa49a-5986-4a5c-9aff-7ae124e6cbf3")]
-[assembly: AssemblyVersion("4.1.0")]
-[assembly: AssemblyFileVersion("4.1.0")]
+[assembly: AssemblyVersion("4.1.1")]
+[assembly: AssemblyFileVersion("4.1.1")]
diff --git a/src/Functions/Functions/Az.Functions.psd1 b/src/Functions/Functions/Az.Functions.psd1
index 569db1402646..f60217a7fce8 100644
--- a/src/Functions/Functions/Az.Functions.psd1
+++ b/src/Functions/Functions/Az.Functions.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 7/4/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '4.1.0'
+ModuleVersion = '4.1.1'
# 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 = '3.0.1'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Functions.Autorest/bin/Az.Functions.private.dll'
@@ -116,8 +116,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Upgraded to Microsoft.Web API version 2023-12-01 [#25347]
-* Added support for creating function apps on container app [#22736]'
+ ReleaseNotes = '* Used ''Get-AzAccessToken -AsSecureString'' inside the ''Functions'' for the plain text version is going to be deprecate in the next release.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Functions/Functions/ChangeLog.md b/src/Functions/Functions/ChangeLog.md
index 091b955bdf42..a40ded26562d 100644
--- a/src/Functions/Functions/ChangeLog.md
+++ b/src/Functions/Functions/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 4.1.1
* Used `Get-AzAccessToken -AsSecureString` inside the `Functions` for the plain text version is going to be deprecate in the next release.
## Version 4.1.0
diff --git a/src/Functions/Functions/Properties/AssemblyInfo.cs b/src/Functions/Functions/Properties/AssemblyInfo.cs
index e08675c4d788..f35df15395ff 100644
--- a/src/Functions/Functions/Properties/AssemblyInfo.cs
+++ b/src/Functions/Functions/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("A92CAC7D-41F1-47CA-BC10-F6736BCD4072")]
-[assembly: AssemblyVersion("4.1.0")]
-[assembly: AssemblyFileVersion("4.1.0")]
+[assembly: AssemblyVersion("4.1.1")]
+[assembly: AssemblyFileVersion("4.1.1")]
diff --git a/src/Migrate/Migrate.Autorest/Properties/AssemblyInfo.cs b/src/Migrate/Migrate.Autorest/Properties/AssemblyInfo.cs
index f61ff2db5172..ce4834f45d58 100644
--- a/src/Migrate/Migrate.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Migrate/Migrate.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("ca9f80b0-6ff1-4a2d-b1c8-d27dcde650fd")]
-[assembly: AssemblyVersion("2.4.0")]
-[assembly: AssemblyFileVersion("2.4.0")]
+[assembly: AssemblyVersion("2.5.0")]
+[assembly: AssemblyFileVersion("2.5.0")]
diff --git a/src/Migrate/Migrate/Az.Migrate.psd1 b/src/Migrate/Migrate/Az.Migrate.psd1
index 5e97136b4898..39d8b8603a99 100644
--- a/src/Migrate/Migrate/Az.Migrate.psd1
+++ b/src/Migrate/Migrate/Az.Migrate.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/21/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '2.4.0'
+ModuleVersion = '2.5.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Migrate.Autorest/bin/Az.Migrate.private.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-ScriptsToProcess = @()
+# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-TypesToProcess = @()
+# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Migrate.Autorest/Az.Migrate.format.ps1xml'
@@ -123,7 +123,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Migrate'
+ Tags = 'Azure','ResourceManager','ARM','PSModule','Migrate'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -135,8 +135,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Removed ''at lease one NIC needs to be user selected'' constrain when creating/updating server replication (protected item)
-* Added retries for calls to internal Get commands'
+ ReleaseNotes = '* Validated user login with Microsoft Managed System Identity (MSI) in ''Initialize-AzMigrateHCIReplicationInfrastructure''
+* Passed appropriate Hyper-V Generation value based on source VMware firmware type in ''New-AzMigrateHCIServerReplication''
+* Added support for LinuxLicenseType in Az.Migrate module.'
# Prerelease string of this module
# Prerelease = ''
@@ -149,7 +150,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/Migrate/Migrate/ChangeLog.md b/src/Migrate/Migrate/ChangeLog.md
index 2607a018e2ec..cda8d9054781 100644
--- a/src/Migrate/Migrate/ChangeLog.md
+++ b/src/Migrate/Migrate/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 2.5.0
* Validated user login with Microsoft Managed System Identity (MSI) in `Initialize-AzMigrateHCIReplicationInfrastructure`
* Passed appropriate Hyper-V Generation value based on source VMware firmware type in `New-AzMigrateHCIServerReplication`
* Added support for LinuxLicenseType in Az.Migrate module.
diff --git a/src/Migrate/Migrate/Properties/AssemblyInfo.cs b/src/Migrate/Migrate/Properties/AssemblyInfo.cs
index cfac2a426dc4..082298aed8e4 100644
--- a/src/Migrate/Migrate/Properties/AssemblyInfo.cs
+++ b/src/Migrate/Migrate/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("49de559e-8965-4e80-ba75-d2f2266a0abd")]
-[assembly: AssemblyVersion("2.4.0")]
-[assembly: AssemblyFileVersion("2.4.0")]
+[assembly: AssemblyVersion("2.5.0")]
+[assembly: AssemblyFileVersion("2.5.0")]
diff --git a/src/Monitor/ActionGroup.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/ActionGroup.Autorest/Properties/AssemblyInfo.cs
index 615691ac0731..8ec5b5417805 100644
--- a/src/Monitor/ActionGroup.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Monitor/ActionGroup.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("96a2fdd0-d23a-4b10-8d91-e46f6b634637")]
-[assembly: AssemblyVersion("5.2.2")]
-[assembly: AssemblyFileVersion("5.2.2")]
+[assembly: AssemblyVersion("5.3.0")]
+[assembly: AssemblyFileVersion("5.3.0")]
diff --git a/src/Monitor/ActivityLogAlert.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/ActivityLogAlert.Autorest/Properties/AssemblyInfo.cs
index 6e8d7f6fee8e..3405734ea7c8 100644
--- a/src/Monitor/ActivityLogAlert.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Monitor/ActivityLogAlert.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("8358bbd7-bca0-4cce-abda-65cce4f88992")]
-[assembly: AssemblyVersion("5.2.2")]
-[assembly: AssemblyFileVersion("5.2.2")]
+[assembly: AssemblyVersion("5.3.0")]
+[assembly: AssemblyFileVersion("5.3.0")]
diff --git a/src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs
index 1c5cb8fdc88e..1d906372be1a 100644
--- a/src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("a70ecd0b-b720-4c1b-afac-1bd4fee6e0be")]
-[assembly: AssemblyVersion("5.2.2")]
-[assembly: AssemblyFileVersion("5.2.2")]
+[assembly: AssemblyVersion("5.3.0")]
+[assembly: AssemblyFileVersion("5.3.0")]
diff --git a/src/Monitor/DataCollectionRule.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/DataCollectionRule.Autorest/Properties/AssemblyInfo.cs
index fd98e88019b4..8bfaf866bbdd 100644
--- a/src/Monitor/DataCollectionRule.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Monitor/DataCollectionRule.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("aeef6feb-73b3-4723-b1f7-a30c6d8cde57")]
-[assembly: AssemblyVersion("5.2.2")]
-[assembly: AssemblyFileVersion("5.2.2")]
+[assembly: AssemblyVersion("5.3.0")]
+[assembly: AssemblyFileVersion("5.3.0")]
diff --git a/src/Monitor/DiagnosticSetting.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/DiagnosticSetting.Autorest/Properties/AssemblyInfo.cs
index 7f3714567caa..f0bae75a4903 100644
--- a/src/Monitor/DiagnosticSetting.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Monitor/DiagnosticSetting.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("86493ce8-682c-4aee-b5aa-21dbeb1209b1")]
-[assembly: AssemblyVersion("5.2.2")]
-[assembly: AssemblyFileVersion("5.2.2")]
+[assembly: AssemblyVersion("5.3.0")]
+[assembly: AssemblyFileVersion("5.3.0")]
diff --git a/src/Monitor/MetricData.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/MetricData.Autorest/Properties/AssemblyInfo.cs
index 863880833900..836bffe998a9 100644
--- a/src/Monitor/MetricData.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Monitor/MetricData.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("09b8ab42-5b8a-4444-8a41-b6fafe0355de")]
-[assembly: AssemblyVersion("5.2.2")]
-[assembly: AssemblyFileVersion("5.2.2")]
+[assembly: AssemblyVersion("5.3.0")]
+[assembly: AssemblyFileVersion("5.3.0")]
diff --git a/src/Monitor/Monitor/Az.Monitor.psd1 b/src/Monitor/Monitor/Az.Monitor.psd1
index d06bd1e0988a..1e76b21dead8 100644
--- a/src/Monitor/Monitor/Az.Monitor.psd1
+++ b/src/Monitor/Monitor/Az.Monitor.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/11/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '5.2.2'
+ModuleVersion = '5.3.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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'ActionGroup.Autorest/bin/Az.ActionGroup.private.dll',
@@ -68,10 +68,10 @@ RequiredAssemblies = 'ActionGroup.Autorest/bin/Az.ActionGroup.private.dll',
'ScheduledQueryRule.Autorest/bin/Az.ScheduledQueryRule.private.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-ScriptsToProcess = @()
+# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-TypesToProcess = @()
+# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'ActionGroup.Autorest/Az.ActionGroup.format.ps1xml',
@@ -198,7 +198,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'Monitor'
+ Tags = 'Azure','ResourceManager','ARM','Monitor'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -210,12 +210,11 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added breaking change messages:
- * ''New-AzDataCollectionEndpoint''
- * ''New-AzDataCollectionRule''
- * ''Update-AzDataCollectionEndpoint''
- * ''Update-AzDataCollectionRule''
-* Updated documentation for ''New-AzActionGroupLogicAppReceiverObject'''
+ ReleaseNotes = '* Added new cmdlet for Azure Monitor Pipeline Groups
+ * ''Get-AzPipelineGroup''
+ * ''New-AzPipelineGroup''
+ * ''Update-AzPipelineGroup''
+ * ''Remove-AzPipelineGroup'''
# Prerelease string of this module
# Prerelease = ''
@@ -228,7 +227,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/Monitor/Monitor/ChangeLog.md b/src/Monitor/Monitor/ChangeLog.md
index 73e3ab41732a..848209537ad3 100644
--- a/src/Monitor/Monitor/ChangeLog.md
+++ b/src/Monitor/Monitor/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 5.3.0
* Added new cmdlet for Azure Monitor Pipeline Groups
* `Get-AzPipelineGroup`
* `New-AzPipelineGroup`
diff --git a/src/Monitor/Monitor/Properties/AssemblyInfo.cs b/src/Monitor/Monitor/Properties/AssemblyInfo.cs
index b53f5e8eb3be..08ded44a7fe1 100644
--- a/src/Monitor/Monitor/Properties/AssemblyInfo.cs
+++ b/src/Monitor/Monitor/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")]
-[assembly: AssemblyVersion("5.2.2")]
-[assembly: AssemblyFileVersion("5.2.2")]
+[assembly: AssemblyVersion("5.3.0")]
+[assembly: AssemblyFileVersion("5.3.0")]
diff --git a/src/Monitor/MonitorWorkspace.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/MonitorWorkspace.Autorest/Properties/AssemblyInfo.cs
index 29978972f643..52474a5e0209 100644
--- a/src/Monitor/MonitorWorkspace.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Monitor/MonitorWorkspace.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("c43e2f8c-8bb8-4c5e-8c65-c97893bfc4fe")]
-[assembly: AssemblyVersion("5.2.2")]
-[assembly: AssemblyFileVersion("5.2.2")]
+[assembly: AssemblyVersion("5.3.0")]
+[assembly: AssemblyFileVersion("5.3.0")]
diff --git a/src/Monitor/ScheduledQueryRule.Autorest/Properties/AssemblyInfo.cs b/src/Monitor/ScheduledQueryRule.Autorest/Properties/AssemblyInfo.cs
index 7dd16067b86a..c07558def088 100644
--- a/src/Monitor/ScheduledQueryRule.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Monitor/ScheduledQueryRule.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("16cc31bd-4ba1-4856-b0e8-d0b3ace7b2be")]
-[assembly: AssemblyVersion("5.2.2")]
-[assembly: AssemblyFileVersion("5.2.2")]
+[assembly: AssemblyVersion("5.3.0")]
+[assembly: AssemblyFileVersion("5.3.0")]
diff --git a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1
index af2c691d6149..bbac57db495b 100644
--- a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1
+++ b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 8/29/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.18.0'
+ModuleVersion = '0.19.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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.NetAppFiles.Management.Sdk.dll'
@@ -123,9 +123,14 @@ CmdletsToExport = 'Approve-AzNetAppFilesReplication', 'Get-AzNetAppFilesAccount'
'New-AzNetAppFilesBackupVault', 'Get-AzNetAppFilesBackupVault',
'Update-AzNetAppFilesBackupVault',
'Remove-AzNetAppFilesBackupVault', 'Set-AzNetAppFilesBackupVault',
- 'Get-AzNetAppFilesSnapshotPolicyVolumeList',
- 'Start-AzNetAppFilesPeerExternalCluster', 'Start-AzNetAppFilesFinalizeExternalReplication', 'Start-AzNetAppFilesPerformExternalReplication', 'Start-AzNetAppFilesAuthorizeExternalReplication',
- 'Get-AzNetAppFilesFilePathAvailability', 'Get-AzNetAppFilesQuotaAvailability', 'Get-AzNetAppFilesNameAvailability'
+ 'Get-AzNetAppFilesSnapshotPolicyVolumeList',
+ 'Start-AzNetAppFilesPeerExternalCluster',
+ 'Start-AzNetAppFilesFinalizeExternalReplication',
+ 'Start-AzNetAppFilesPerformExternalReplication',
+ 'Start-AzNetAppFilesAuthorizeExternalReplication',
+ 'Get-AzNetAppFilesFilePathAvailability',
+ 'Get-AzNetAppFilesQuotaAvailability',
+ 'Get-AzNetAppFilesNameAvailability'
# Variables to export from this module
# VariablesToExport = @()
@@ -159,9 +164,12 @@ AliasesToExport = 'Approve-AnfReplication', 'Get-AnfAccount', 'Get-AnfBackup',
'Update-AnfNetworkSiblingSet', 'New-AnfBackupVault',
'Get-AnfBackupVault', 'Update-AnfBackupVault',
'Remove-AnfBackupVault', 'Set-AnfBackupVault',
- 'Get-AnfSnapshotPolicyVolumeList',
- 'Start-AnfPeerExternalCluster', 'Start-AnfFinalizeExternalReplication', 'Start-AnfPerformExternalReplication', 'Start-AnfAuthorizeExternalReplication',
- 'Get-AnfFilePathAvailability', 'Get-AnfQuotaAvailability', 'Get-AnfNameAvailability'
+ 'Get-AnfSnapshotPolicyVolumeList', 'Start-AnfPeerExternalCluster',
+ 'Start-AnfFinalizeExternalReplication',
+ 'Start-AnfPerformExternalReplication',
+ 'Start-AnfAuthorizeExternalReplication',
+ 'Get-AnfFilePathAvailability', 'Get-AnfQuotaAvailability',
+ 'Get-AnfNameAvailability'
# DSC resources to export from this module
# DscResourcesToExport = @()
@@ -190,9 +198,10 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Fixed some minor issues
-* Added ''SnapshotName'' to ''New-AzNetAppFilesBackup''
-* Fixed ''New-AzNetAppFilesBackup'', ''Label'' is not a requred parameter'
+ ReleaseNotes = '* Added new cmdLets for on-prem volume migration ''Start-AnfPeerExternalCluster'', ''Start-AnfFinalizeExternalReplication'', ''Start-AnfPerformExternalReplication'', ''Start-AnfAuthorizeExternalReplication''
+* Added new cmdLets ''Get-AzNetAppFilesQuotaAvailability'', ''Get-AzNetAppFilesNameAvailability'' and ''Get-AzNetAppFilesFileNameAvailability''
+* Added ''RemotePath'' to ''PSNetAppFilesReplicationObject''
+* Added ''EffectiveNetworkFeatures'' to ''PSNetAppFilesVolume'''
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/NetAppFiles/NetAppFiles/ChangeLog.md b/src/NetAppFiles/NetAppFiles/ChangeLog.md
index 9ef179a6f631..5c1e40ff87ac 100644
--- a/src/NetAppFiles/NetAppFiles/ChangeLog.md
+++ b/src/NetAppFiles/NetAppFiles/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.19.0
* Added new cmdLets for on-prem volume migration `Start-AnfPeerExternalCluster`, `Start-AnfFinalizeExternalReplication`, `Start-AnfPerformExternalReplication`, `Start-AnfAuthorizeExternalReplication`
* Added new cmdLets `Get-AzNetAppFilesQuotaAvailability`, `Get-AzNetAppFilesNameAvailability` and `Get-AzNetAppFilesFileNameAvailability`
* Added `RemotePath` to `PSNetAppFilesReplicationObject`
diff --git a/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs b/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs
index 6d7c0e693446..bff5dd7d3cbb 100644
--- a/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs
+++ b/src/NetAppFiles/NetAppFiles/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("42656543-77AD-4968-BA4B-BE0778705625")]
-[assembly: AssemblyVersion("0.18.0")]
-[assembly: AssemblyFileVersion("0.18.0")]
+[assembly: AssemblyVersion("0.19.0")]
+[assembly: AssemblyFileVersion("0.19.0")]
diff --git a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1
index e1c6d0e9b9c4..0ff7c41a2d47 100644
--- a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1
+++ b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 5/16/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.0.5'
+ModuleVersion = '1.1.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 = '3.0.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.PrivateDns.Management.Sdk.dll'
@@ -116,7 +116,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Removed the outdated deps.json file.'
+ ReleaseNotes = '* Updated new property ResolutionPolicy to Get, New and Set virtual network link cmdlets.
+* Created autorest generated sdk in PrivateDns.Management.Sdk folder'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/PrivateDns/PrivateDns/ChangeLog.md b/src/PrivateDns/PrivateDns/ChangeLog.md
index ab27b82ae0cc..b1f1b179e4ee 100644
--- a/src/PrivateDns/PrivateDns/ChangeLog.md
+++ b/src/PrivateDns/PrivateDns/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.1.0
* Updated new property ResolutionPolicy to Get, New and Set virtual network link cmdlets.
* Created autorest generated sdk in PrivateDns.Management.Sdk folder
diff --git a/src/PrivateDns/PrivateDns/Properties/AssemblyInfo.cs b/src/PrivateDns/PrivateDns/Properties/AssemblyInfo.cs
index 3b13bc6e21f7..778b5de2bf8a 100644
--- a/src/PrivateDns/PrivateDns/Properties/AssemblyInfo.cs
+++ b/src/PrivateDns/PrivateDns/Properties/AssemblyInfo.cs
@@ -44,8 +44,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.0.5")]
-[assembly: AssemblyFileVersion("1.0.5")]
+[assembly: AssemblyVersion("1.1.0")]
+[assembly: AssemblyFileVersion("1.1.0")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#else
diff --git a/src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Properties/AssemblyInfo.cs
index e3d1f9d747e8..f807277c3af8 100644
--- a/src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.Backup.CrossRegionRestore.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("2330c44a-18bf-46d8-976d-64e1fda5fc16")]
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs
index a977e1a71f96..a66f402223f5 100644
--- a/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs
@@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs
index a977e1a71f96..a66f402223f5 100644
--- a/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs
@@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Properties/AssemblyInfo.cs
index db88289238ba..e5f95654b26e 100644
--- a/src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.Backup.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("d87b76bd-aa06-49ba-bfd7-f0f4984f65c3")]
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs
index a977e1a71f96..a66f402223f5 100644
--- a/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs
@@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs
index a977e1a71f96..a66f402223f5 100644
--- a/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs
@@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs
index a977e1a71f96..a66f402223f5 100644
--- a/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs
@@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs
index 3747bdd206fa..d08538e16e38 100644
--- a/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs
@@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.Management.Sdk/Properties/AssemblyInfo.cs
index 4e3e24de80f3..925a0b5d3160 100644
--- a/src/RecoveryServices/RecoveryServices.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("f1393c09-b594-43e7-8987-81393db883d0")]
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery.Management.Sdk/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery.Management.Sdk/Properties/AssemblyInfo.cs
index 7e068fee5b66..0e8824765d85 100644
--- a/src/RecoveryServices/RecoveryServices.SiteRecovery.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.SiteRecovery.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("257dfc35-05a3-4134-9a1b-086b73cf3123")]
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs
index ce6fccf9acd3..cab0ababe262 100644
--- a/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs
@@ -42,5 +42,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1
index 45d449073ae5..96de984796d7 100644
--- a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1
+++ b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 9/25/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '7.2.0'
+ModuleVersion = '7.2.1'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -54,7 +54,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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
@@ -279,7 +279,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Fixed bug for making RecoveryAzureStorageAccountId parameter optional in ''New-ASRReplicationProtectedItem'' cmdlet of H2A.'
+ ReleaseNotes = '* Fixed bug in ''Set-ASRReplicationProtectedItem'' cmdlet of H2A for replication to MD scenario.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/RecoveryServices/RecoveryServices/ChangeLog.md b/src/RecoveryServices/RecoveryServices/ChangeLog.md
index b5223bf9e891..4d2ccd6d9202 100644
--- a/src/RecoveryServices/RecoveryServices/ChangeLog.md
+++ b/src/RecoveryServices/RecoveryServices/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 7.2.1
* Fixed bug in `Set-ASRReplicationProtectedItem` cmdlet of H2A for replication to MD scenario.
## Version 7.2.0
diff --git a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs
index a16ff93fa917..742e4b81cc56 100644
--- a/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs
+++ b/src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs
@@ -42,5 +42,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("7.2.0")]
-[assembly: AssemblyFileVersion("7.2.0")]
+[assembly: AssemblyVersion("7.2.1")]
+[assembly: AssemblyFileVersion("7.2.1")]
diff --git a/src/ResourceGraph/ResourceGraph.Autorest/Properties/AssemblyInfo.cs b/src/ResourceGraph/ResourceGraph.Autorest/Properties/AssemblyInfo.cs
index 44e0a44c686e..023fb6364065 100644
--- a/src/ResourceGraph/ResourceGraph.Autorest/Properties/AssemblyInfo.cs
+++ b/src/ResourceGraph/ResourceGraph.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("31458992-7141-42be-b59e-7048f4466400")]
-[assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyFileVersion("1.0.0")]
+[assembly: AssemblyVersion("1.0.1")]
+[assembly: AssemblyFileVersion("1.0.1")]
diff --git a/src/ResourceGraph/ResourceGraph.Management.Sdk/Properties/AssemblyInfo.cs b/src/ResourceGraph/ResourceGraph.Management.Sdk/Properties/AssemblyInfo.cs
index 9a9c20efe019..b00ead01ec5d 100644
--- a/src/ResourceGraph/ResourceGraph.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/ResourceGraph/ResourceGraph.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,4 +26,4 @@
[assembly: CLSCompliant(false)]
[assembly: AssemblyVersion("2.1.0.0")]
-[assembly: AssemblyFileVersion("2.1.0.0")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("2.1.0.0")]
diff --git a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1
index 62b7b2bae2d6..ae711d370f6a 100644
--- a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1
+++ b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 5/16/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.0.0'
+ModuleVersion = '1.0.1'
# 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 = '3.0.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.ResourceGraph.Management.Sdk.dll',
@@ -114,7 +114,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* General availability for module Az.ResourceGraph'
+ ReleaseNotes = '* Migrated ResourceGraph SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.ResourceGraph'' Version ''2.1.0'' PackageReference
+ - Added ResourceGraph.Management.Sdk ProjectReference'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/ResourceGraph/ResourceGraph/ChangeLog.md b/src/ResourceGraph/ResourceGraph/ChangeLog.md
index b38101e28ced..5d90e0b72854 100644
--- a/src/ResourceGraph/ResourceGraph/ChangeLog.md
+++ b/src/ResourceGraph/ResourceGraph/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.0.1
* Migrated ResourceGraph SDK to generated SDK
- Removed "Microsoft.Azure.Management.ResourceGraph" Version "2.1.0" PackageReference
- Added ResourceGraph.Management.Sdk ProjectReference
diff --git a/src/ResourceGraph/ResourceGraph/Properties/AssemblyInfo.cs b/src/ResourceGraph/ResourceGraph/Properties/AssemblyInfo.cs
index 4b0d36f2985c..b8f0f2aa0273 100644
--- a/src/ResourceGraph/ResourceGraph/Properties/AssemblyInfo.cs
+++ b/src/ResourceGraph/ResourceGraph/Properties/AssemblyInfo.cs
@@ -25,5 +25,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("cdfd4e1b-bb5f-439b-8843-e6127cd9b8ad")]
-[assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyFileVersion("1.0.0")]
+[assembly: AssemblyVersion("1.0.1")]
+[assembly: AssemblyFileVersion("1.0.1")]
diff --git a/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs b/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs
index 8911d2162056..e3163b7f0166 100644
--- a/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Resources/Authorization.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("a87ae0d6-552a-49f7-8da5-3423127b8067")]
-[assembly: AssemblyVersion("7.5.0")]
-[assembly: AssemblyFileVersion("7.5.0")]
+[assembly: AssemblyVersion("7.6.0")]
+[assembly: AssemblyFileVersion("7.6.0")]
diff --git a/src/Resources/Authorization.Management.Sdk/Properties/AssemblyInfo.cs b/src/Resources/Authorization.Management.Sdk/Properties/AssemblyInfo.cs
index b84495895771..a37a2889ed43 100644
--- a/src/Resources/Authorization.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/Resources/Authorization.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("90dfaf23-8518-4eb7-9c53-735ad91a4f81")]
-[assembly: AssemblyVersion("7.5.0")]
-[assembly: AssemblyFileVersion("7.5.0")]
+[assembly: AssemblyVersion("7.6.0")]
+[assembly: AssemblyFileVersion("7.6.0")]
diff --git a/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs b/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs
index 1d2aca5223ea..c851153ed2b8 100644
--- a/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Resources/MSGraph.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("52f53286-1f17-4f3b-89aa-6f751e50b484")]
-[assembly: AssemblyVersion("7.5.0")]
-[assembly: AssemblyFileVersion("7.5.0")]
+[assembly: AssemblyVersion("7.6.0")]
+[assembly: AssemblyFileVersion("7.6.0")]
diff --git a/src/Resources/Policy.Autorest/Properties/AssemblyInfo.cs b/src/Resources/Policy.Autorest/Properties/AssemblyInfo.cs
index d5749e73343b..db3dc117e742 100644
--- a/src/Resources/Policy.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Resources/Policy.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("c45f8826-2d1d-4584-98fb-c2e1d4866aa7")]
-[assembly: AssemblyVersion("7.5.0")]
-[assembly: AssemblyFileVersion("7.5.0")]
+[assembly: AssemblyVersion("7.6.0")]
+[assembly: AssemblyFileVersion("7.6.0")]
diff --git a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs
index c8696e01af0e..a08e0df6b8ba 100644
--- a/src/Resources/ResourceManager/Properties/AssemblyInfo.cs
+++ b/src/Resources/ResourceManager/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("e8f34267-c461-4eae-b156-5f3528553d10")]
-[assembly: AssemblyVersion("7.5.0")]
-[assembly: AssemblyFileVersion("7.5.0")]
+[assembly: AssemblyVersion("7.6.0")]
+[assembly: AssemblyFileVersion("7.6.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.MachineLearning.Test")]
diff --git a/src/Resources/Resources.Management.Sdk/Properties/AssemblyInfo.cs b/src/Resources/Resources.Management.Sdk/Properties/AssemblyInfo.cs
index 521f03277c94..2812a9b0e15b 100644
--- a/src/Resources/Resources.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/Resources/Resources.Management.Sdk/Properties/AssemblyInfo.cs
@@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Resource Management Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure resource management operations including Resource Groups.")]
-[assembly: AssemblyVersion("7.5.0")]
-[assembly: AssemblyFileVersion("7.5.0")]
+[assembly: AssemblyVersion("7.6.0")]
+[assembly: AssemblyFileVersion("7.6.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
diff --git a/src/Resources/Resources/Az.Resources.psd1 b/src/Resources/Resources/Az.Resources.psd1
index 325cfaeb7bdd..461b30d2d2bf 100644
--- a/src/Resources/Resources/Az.Resources.psd1
+++ b/src/Resources/Resources/Az.Resources.psd1
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '7.5.0'
+ModuleVersion = '7.6.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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Authorization.Autorest/bin/Az.Authorization.private.dll',
@@ -72,10 +72,10 @@ RequiredAssemblies = 'Authorization.Autorest/bin/Az.Authorization.private.dll',
'System.Runtime.CompilerServices.Unsafe.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-ScriptsToProcess = @()
+# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-TypesToProcess = @()
+# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Authorization.Autorest/Az.Authorization.format.ps1xml',
@@ -253,9 +253,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'Provider', 'ResourceGroup',
- 'Deployment', 'ActiveDirectory', 'Authorization', 'Management',
- 'ManagementGroups', 'Tags'
+ Tags = 'Azure','ResourceManager','ARM','Provider','ResourceGroup','Deployment','ActiveDirectory','Authorization','Management','ManagementGroups','Tags'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -267,9 +265,8 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added ''ResourceSelector'' and ''Override'' parameters to ''New/Update-AzPolicyAssignment''.
-* Added ''ResourceSelector'' parameter to ''New/Update-AzPolicyExemption''.
-* Removed ''Experimental'' notice from ''-WithSource'' parameter to ''Publish-AzBicepModule''.'
+ ReleaseNotes = '* Fixed customer-reported ''Remove-AzPolicyAssignment'' behavior.
+* Added new cmdlets of DataBoundary'
# Prerelease string of this module
# Prerelease = ''
@@ -282,7 +279,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md
index b686faf459e8..1a7924579473 100644
--- a/src/Resources/Resources/ChangeLog.md
+++ b/src/Resources/Resources/ChangeLog.md
@@ -19,6 +19,8 @@
-->
## Upcoming Release
+
+## Version 7.6.0
* Fixed customer-reported `Remove-AzPolicyAssignment` behavior.
* Added new cmdlets of DataBoundary
diff --git a/src/Resources/Resources/Properties/AssemblyInfo.cs b/src/Resources/Resources/Properties/AssemblyInfo.cs
index 59bfc1859d0f..9fbf1db71133 100644
--- a/src/Resources/Resources/Properties/AssemblyInfo.cs
+++ b/src/Resources/Resources/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")]
-[assembly: AssemblyVersion("7.5.0")]
-[assembly: AssemblyFileVersion("7.5.0")]
+[assembly: AssemblyVersion("7.6.0")]
+[assembly: AssemblyFileVersion("7.6.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
diff --git a/src/Resources/Tags/Properties/AssemblyInfo.cs b/src/Resources/Tags/Properties/AssemblyInfo.cs
index 3c04153dcd50..ce4ec349a48f 100644
--- a/src/Resources/Tags/Properties/AssemblyInfo.cs
+++ b/src/Resources/Tags/Properties/AssemblyInfo.cs
@@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")]
-[assembly: AssemblyVersion("7.5.0")]
-[assembly: AssemblyFileVersion("7.5.0")]
+[assembly: AssemblyVersion("7.6.0")]
+[assembly: AssemblyFileVersion("7.6.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")]
#endif
diff --git a/src/ServiceBus/ServiceBus.Autorest/Properties/AssemblyInfo.cs b/src/ServiceBus/ServiceBus.Autorest/Properties/AssemblyInfo.cs
index fe48435bbbca..126c646ab20c 100644
--- a/src/ServiceBus/ServiceBus.Autorest/Properties/AssemblyInfo.cs
+++ b/src/ServiceBus/ServiceBus.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("b1b00e51-4291-426a-b55f-64ba2ab53abd")]
-[assembly: AssemblyVersion("4.0.0")]
-[assembly: AssemblyFileVersion("4.0.0")]
+[assembly: AssemblyVersion("4.0.1")]
+[assembly: AssemblyFileVersion("4.0.1")]
diff --git a/src/ServiceBus/ServiceBus.Management.Sdk/Properties/AssemblyInfo.cs b/src/ServiceBus/ServiceBus.Management.Sdk/Properties/AssemblyInfo.cs
index 12047b622f44..81a59c6a1556 100644
--- a/src/ServiceBus/ServiceBus.Management.Sdk/Properties/AssemblyInfo.cs
+++ b/src/ServiceBus/ServiceBus.Management.Sdk/Properties/AssemblyInfo.cs
@@ -26,4 +26,4 @@
[assembly: CLSCompliant(false)]
[assembly: AssemblyVersion("5.0.0.0")]
-[assembly: AssemblyFileVersion("5.0.0.0")]
\ No newline at end of file
+[assembly: AssemblyFileVersion("5.0.0.0")]
diff --git a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1
index c4ba604ca157..ad532a4e4056 100644
--- a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1
+++ b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 5/16/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '4.0.0'
+ModuleVersion = '4.0.1'
# 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 = '3.0.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.ServiceBus.Management.Sdk.dll',
@@ -144,7 +144,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Moved cmdlets to V4.'
+ ReleaseNotes = '* Migrated ServiceBus SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.ServiceBus'' Version ''5.0.0'' PackageReference
+ - Added ServiceBus.Management.Sdk ProjectReference '
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/ServiceBus/ServiceBus/ChangeLog.md b/src/ServiceBus/ServiceBus/ChangeLog.md
index da7776e3d732..1b3c17d1d18c 100644
--- a/src/ServiceBus/ServiceBus/ChangeLog.md
+++ b/src/ServiceBus/ServiceBus/ChangeLog.md
@@ -19,6 +19,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 4.0.1
* Migrated ServiceBus SDK to generated SDK
- Removed "Microsoft.Azure.Management.ServiceBus" Version "5.0.0" PackageReference
- Added ServiceBus.Management.Sdk ProjectReference
diff --git a/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs b/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs
index b19f5d3b4443..1ad4dd347f47 100644
--- a/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs
+++ b/src/ServiceBus/ServiceBus/Properties/AssemblyInfo.cs
@@ -25,5 +25,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("3ea250fe-7987-426b-8ca0-2dd65deda73c")]
-[assembly: AssemblyVersion("4.0.0")]
-[assembly: AssemblyFileVersion("4.0.0")]
+[assembly: AssemblyVersion("4.0.1")]
+[assembly: AssemblyFileVersion("4.0.1")]
diff --git a/src/ServiceLinker/ServiceLinker.Autorest/Properties/AssemblyInfo.cs b/src/ServiceLinker/ServiceLinker.Autorest/Properties/AssemblyInfo.cs
index 5cda7f627c33..a6398ec99717 100644
--- a/src/ServiceLinker/ServiceLinker.Autorest/Properties/AssemblyInfo.cs
+++ b/src/ServiceLinker/ServiceLinker.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("e290afad-f8a0-4683-8688-2522dcadc660")]
-[assembly: AssemblyVersion("0.2.1")]
-[assembly: AssemblyFileVersion("0.2.1")]
+[assembly: AssemblyVersion("0.2.2")]
+[assembly: AssemblyFileVersion("0.2.2")]
diff --git a/src/ServiceLinker/ServiceLinker/Az.ServiceLinker.psd1 b/src/ServiceLinker/ServiceLinker/Az.ServiceLinker.psd1
index 018a3c4e76ee..ecdaa796afc6 100644
--- a/src/ServiceLinker/ServiceLinker/Az.ServiceLinker.psd1
+++ b/src/ServiceLinker/ServiceLinker/Az.ServiceLinker.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 23/04/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.2.1'
+ModuleVersion = '0.2.2'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,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.19.0'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'ServiceLinker.Autorest/bin/Az.ServiceLinker.private.dll'
@@ -130,7 +130,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Introduced secrets detection feature to safeguard sensitive data.'
+ ReleaseNotes = '* Used ''Get-AzAccessToken -AsSecureString'' inside the ''ServiceLinker'' for the plain text version is going to be deprecate in the next release.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/ServiceLinker/ServiceLinker/ChangeLog.md b/src/ServiceLinker/ServiceLinker/ChangeLog.md
index 872a21ad2385..3c8db3af1f39 100644
--- a/src/ServiceLinker/ServiceLinker/ChangeLog.md
+++ b/src/ServiceLinker/ServiceLinker/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.2.2
* Used `Get-AzAccessToken -AsSecureString` inside the `ServiceLinker` for the plain text version is going to be deprecate in the next release.
## Version 0.2.1
diff --git a/src/ServiceLinker/ServiceLinker/Properties/AssemblyInfo.cs b/src/ServiceLinker/ServiceLinker/Properties/AssemblyInfo.cs
index 278a55c3d548..368b07fdff09 100644
--- a/src/ServiceLinker/ServiceLinker/Properties/AssemblyInfo.cs
+++ b/src/ServiceLinker/ServiceLinker/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("f547ca22-6941-42da-8f7d-31ad739d7f04")]
-[assembly: AssemblyVersion("0.2.1")]
-[assembly: AssemblyFileVersion("0.2.1")]
+[assembly: AssemblyVersion("0.2.2")]
+[assembly: AssemblyFileVersion("0.2.2")]
diff --git a/src/Storage/Storage.Autorest/Properties/AssemblyInfo.cs b/src/Storage/Storage.Autorest/Properties/AssemblyInfo.cs
index f62252944d03..5f60eb07175b 100644
--- a/src/Storage/Storage.Autorest/Properties/AssemblyInfo.cs
+++ b/src/Storage/Storage.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("88ce5e76-b817-4949-b354-bec022eb6e77")]
-[assembly: AssemblyVersion("7.4.0")]
-[assembly: AssemblyFileVersion("7.4.0")]
+[assembly: AssemblyVersion("7.5.0")]
+[assembly: AssemblyFileVersion("7.5.0")]
diff --git a/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs b/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs
index 3cc73fb5c577..f53fba6f16ec 100644
--- a/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs
+++ b/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs
@@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("5470d6bc-50a5-4ae1-a5ba-1109ff68c826")]
-[assembly: AssemblyVersion("7.4.0")]
-[assembly: AssemblyFileVersion("7.4.0")]
+[assembly: AssemblyVersion("7.5.0")]
+[assembly: AssemblyFileVersion("7.5.0")]
diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1
index ab22489fefbe..0ef7cbd1f5e0 100644
--- a/src/Storage/Storage.Management/Az.Storage.psd1
+++ b/src/Storage/Storage.Management/Az.Storage.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 9/25/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '7.4.0'
+ModuleVersion = '7.5.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 = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Azure.Data.Tables.dll', 'Azure.Storage.Blobs.dll',
@@ -243,8 +243,9 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Added a warning for an upcoming breaking change for removing references to ''Microsoft.Azure.Storage.File''
- - ''Start-AzStorageFileCopy'''
+ ReleaseNotes = '* Added a warning for an upcoming breaking change for download blob will block input parameter -AbsoluteUri and -Context together.
+ - ''Get-AzStorageBlobContent''
+* Revised AzureStorageBlob construct logic to make it more stable.'
# Prerelease string of this module
# Prerelease = ''
diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md
index b2dd8e5de9fe..2edb0b873070 100644
--- a/src/Storage/Storage.Management/ChangeLog.md
+++ b/src/Storage/Storage.Management/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 7.5.0
* Added a warning for an upcoming breaking change for download blob will block input parameter -AbsoluteUri and -Context together.
- `Get-AzStorageBlobContent`
* Revised AzureStorageBlob construct logic to make it more stable.
diff --git a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs
index ad71c5e861b0..57ee2e6cae39 100644
--- a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs
+++ b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs
@@ -46,5 +46,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("7.4.0")]
-[assembly: AssemblyFileVersion("7.4.0")]
+[assembly: AssemblyVersion("7.5.0")]
+[assembly: AssemblyFileVersion("7.5.0")]
diff --git a/src/Storage/Storage/Properties/AssemblyInfo.cs b/src/Storage/Storage/Properties/AssemblyInfo.cs
index 6b87ce7ab5a3..2c53d1b6929f 100644
--- a/src/Storage/Storage/Properties/AssemblyInfo.cs
+++ b/src/Storage/Storage/Properties/AssemblyInfo.cs
@@ -44,8 +44,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.0.0")]
-[assembly: AssemblyVersion("7.4.0")]
-[assembly: AssemblyFileVersion("7.4.0")]
+[assembly: AssemblyVersion("7.5.0")]
+[assembly: AssemblyFileVersion("7.5.0")]
[assembly: CLSCompliant(false)]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]
diff --git a/src/Terraform/Terraform/Az.Terraform.psd1 b/src/Terraform/Terraform/Az.Terraform.psd1
index 051353994479..9513928c2053 100644
--- a/src/Terraform/Terraform/Az.Terraform.psd1
+++ b/src/Terraform/Terraform/Az.Terraform.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 9/20/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '0.1.0'
+ModuleVersion = '0.1.1'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; })
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; })
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Terraform.Autorest/bin/Az.Terraform.private.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-ScriptsToProcess = @()
+# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-TypesToProcess = @()
+# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Terraform.Autorest/Az.Terraform.format.ps1xml'
@@ -97,7 +97,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Terraform'
+ Tags = 'Azure','ResourceManager','ARM','PSModule','Terraform'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -109,7 +109,7 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- # ReleaseNotes = ''
+ ReleaseNotes = '* Fixed descrption for this module'
# Prerelease string of this module
# Prerelease = ''
@@ -122,7 +122,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/Terraform/Terraform/ChangeLog.md b/src/Terraform/Terraform/ChangeLog.md
index f5fbaa2516bc..692a5b68348b 100644
--- a/src/Terraform/Terraform/ChangeLog.md
+++ b/src/Terraform/Terraform/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 0.1.1
* Fixed descrption for this module
## Version 0.1.0
diff --git a/src/Terraform/Terraform/Properties/AssemblyInfo.cs b/src/Terraform/Terraform/Properties/AssemblyInfo.cs
index 98831c0f13d9..9b30f1e733cd 100644
--- a/src/Terraform/Terraform/Properties/AssemblyInfo.cs
+++ b/src/Terraform/Terraform/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("d35ca6f5-081e-4708-9333-84d3408e336d")]
-[assembly: AssemblyVersion("0.1.0")]
-[assembly: AssemblyFileVersion("0.1.0")]
+[assembly: AssemblyVersion("0.1.1")]
+[assembly: AssemblyFileVersion("0.1.1")]
diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1
index 9693ab670a2f..ee9d5c87574d 100644
--- a/tools/Az/Az.psd1
+++ b/tools/Az/Az.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 9/25/2024
+# Generated on: 31/10/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '12.4.0'
+ModuleVersion = '12.5.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -52,35 +52,35 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; },
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.1'; },
@{ModuleName = 'Az.Aks'; RequiredVersion = '6.0.4'; },
- @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.5'; },
- @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '4.0.4'; },
+ @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.6'; },
+ @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '4.0.5'; },
@{ModuleName = 'Az.App'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.3.2'; },
@{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.2.5'; },
@{ModuleName = 'Az.ArcResourceBridge'; RequiredVersion = '1.0.1'; },
- @{ModuleName = 'Az.Attestation'; RequiredVersion = '2.0.2'; },
+ @{ModuleName = 'Az.Attestation'; RequiredVersion = '2.0.3'; },
@{ModuleName = 'Az.Automanage'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.10.0'; },
- @{ModuleName = 'Az.Batch'; RequiredVersion = '3.6.3'; },
+ @{ModuleName = 'Az.Batch'; RequiredVersion = '3.6.4'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.Cdn'; RequiredVersion = '3.2.2'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '2.0.1'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.14.1'; },
- @{ModuleName = 'Az.Compute'; RequiredVersion = '8.4.0'; },
+ @{ModuleName = 'Az.Compute'; RequiredVersion = '8.5.0'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.0.1'; },
- @{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '0.10.0'; },
+ @{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '4.0.2'; },
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '4.2.1'; },
@{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.15.0'; },
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.Databricks'; RequiredVersion = '1.9.0'; },
- @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.18.8'; },
+ @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.18.9'; },
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.3'; },
@{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.2'; },
- @{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.4.0'; },
+ @{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.5.0'; },
@{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '4.3.2'; },
@{ModuleName = 'Az.DevCenter'; RequiredVersion = '1.2.0'; },
@@ -88,10 +88,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.Dns'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.DnsResolver'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.ElasticSan'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.EventGrid'; RequiredVersion = '2.0.0'; },
- @{ModuleName = 'Az.EventHub'; RequiredVersion = '5.0.0'; },
+ @{ModuleName = 'Az.EventGrid'; RequiredVersion = '2.1.0'; },
+ @{ModuleName = 'Az.EventHub'; RequiredVersion = '5.0.1'; },
@{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.11.1'; },
- @{ModuleName = 'Az.Functions'; RequiredVersion = '4.1.0'; },
+ @{ModuleName = 'Az.Functions'; RequiredVersion = '4.1.1'; },
@{ModuleName = 'Az.HDInsight'; RequiredVersion = '6.2.1'; },
@{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '2.0.1'; },
@{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.7'; },
@@ -106,8 +106,8 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.ManagedServices'; RequiredVersion = '3.0.1'; },
@{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '2.0.1'; },
@{ModuleName = 'Az.Media'; RequiredVersion = '1.1.2'; },
- @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.4.0'; },
- @{ModuleName = 'Az.Monitor'; RequiredVersion = '5.2.2'; },
+ @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.5.0'; },
+ @{ModuleName = 'Az.Monitor'; RequiredVersion = '5.3.0'; },
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.Network'; RequiredVersion = '7.10.0'; },
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '1.0.2'; },
@@ -118,24 +118,24 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.6.5'; },
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.1.2'; },
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '2.0.0'; },
- @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.5'; },
- @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.2.0'; },
+ @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.1.0'; },
+ @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.2.1'; },
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.10.0'; },
- @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.2.1'; },
+ @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.2.1'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '2.0.1'; },
- @{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '1.0.0'; },
+ @{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.2.1'; },
- @{ModuleName = 'Az.Resources'; RequiredVersion = '7.5.0'; },
+ @{ModuleName = 'Az.Resources'; RequiredVersion = '7.6.0'; },
@{ModuleName = 'Az.Security'; RequiredVersion = '1.7.0'; },
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.1.2'; },
- @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '4.0.0'; },
+ @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '4.0.1'; },
@{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.3.4'; },
@{ModuleName = 'Az.SignalR'; RequiredVersion = '2.0.2'; },
@{ModuleName = 'Az.Sql'; RequiredVersion = '5.3.0'; },
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.3.1'; },
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.4.1'; },
@{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.0.5'; },
- @{ModuleName = 'Az.Storage'; RequiredVersion = '7.4.0'; },
+ @{ModuleName = 'Az.Storage'; RequiredVersion = '7.5.0'; },
@{ModuleName = 'Az.StorageMover'; RequiredVersion = '1.4.0'; },
@{ModuleName = 'Az.StorageSync'; RequiredVersion = '2.3.1'; },
@{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.1'; },
@@ -198,85 +198,118 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '12.4.0 - October 2024
-Az.App
-* Added breaking change messages:
- * ''New-AzContainerApp''
- * ''New-AzContainerAppJob''
- * ''Update-AzContainerApp''
- * ''Update-AzContainerAppJob''
-* Fixed an issue that caused Get/New-Az* cmdlets with returned objects to incorrectly expose the parameter [-PassThru].
- * ''Get-AzContainerApp''
- * ''Get-AzContainerAppAuthToken''
- * ''Get-AzContainerAppDiagnosticRoot''
- * ''New-AzContainerAppManagedCert''
-
-Az.Billing
-* Renamed ''Get-UsageAggregates'' to ''Get-AzUsageAggregate'' and added ''Get-UsageAggregates'' as the alias to avoid breaking change.
+ ReleaseNotes = '12.5.0 - October 2024
+Az.Accounts
+* Fixed the issue that ''Export-AzSshConfig'' and ''Enter-AzVM'' from Az.Ssh are not able to use when WAM is enabled.
+* Added breaking change preannouncement for the removal of alias ''Resolve-Error''. #26189
+* Integrated new detection library to expand the scope of secrets.
+
+Az.AnalysisServices
+* Migrated AnalysisServices SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.Analysis'' Version ''2.0.4'' PackageReference
+ - Added AnalysisServices.Management.Sdk ProjectReference
+
+Az.ApiManagement
+* Removed Microsoft.Azure.Management.ApiManagement 8.0.0.0-preview
+* Added ApiManagement.Management.Sdk
+
+Az.Attestation
+* Migrated Attestation SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.Attestation'' Version ''0.12.0-preview'' PackageReference
+ - Added Attestation.Management.Sdk ProjectReference
+
+Az.Batch
+* Migrate Batch SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.Batch'' Version=''15.0.0'' PackageReference
+ - Added Batch.Management.Sdk ProjectReference
Az.Compute
-* Added ''SkuProfileVmSize'' and ''SkuProfileAllocationStrategy'' parameters to ''New-AzVmss'', ''New-AzVmssConfig'', and ''Update-AzVmss'' cmdlets for VMSS Instance Mix operations.
-* Added a new optional parameter ''-GenerateSshKey-type'' to the ''New-AzVM'' cmdlet, allowing users to specify the type of SSH key to generate (Ed25519 or RSA).
-* Added ''EnableResilientVMCreate'' and ''EnableResilientVMDelete'' parameters to ''Update-AzVmss'' and ''New-AzVmssConfig'' cmdlets for enhanced VM resilience options.
-* Added ''IsVMInStandByPool'' property to ''PSVirtualMachineInstanceView'' object. [#25736]
+* Added optional parameters ''-SecurityPostureId'' and ''-SecurityPostureExcludeExtension'' to cmdlets ''New-AzVmss'' and ''New-AzVmssConfig''.
+* Updated image aliases to be up-to-date in the azure-powershell\src\Compute\Strategies\ComputeRp\Images.json file.
+* Added ''NvmeDisk'' argument completer to ''DiffDiskPlacement'' parameter for ''Set-AzVMOSDisk'' and ''Set-AzVmssStorageProfile'' cmdlets, allowing options for disk placement as ''CacheDisk'', ''ResourceDisk'', or ''NvmeDisk''.
-Az.CosmosDB
-* Added new parameter ''DisableTtl'' to ''Restore-AzCosmosDBAccount''.
+Az.ConnectedMachine
+* General availability for module Az.ConnectedMachine
Az.DataFactory
-* Added support for Iceberg format as a sink.
-* Enabled sslMode and useSystemTrustStore options for MariaDB.
+* Added pageSize support to Salesforce V2 Source.
+* Added pageSize support to ServiceNow V2 Source.
+* Added host property to Snowflake linked service.
+* Fixed missing authenticationType in PostgreSQL V2 linked service.
-Az.ElasticSan
-* Supported ''EnforceDataIntegrityCheckForIscsi'' for creating and updating volume groups
+Az.DataProtection
+* Added support for vault tier backup and restore for AzureKubernetesService
+* Added support for resource modifier reference
+* Added a fix for Update-AzDataProtectionBackupInstance
-Az.HDInsight
-* Fixed a bug: Error occurs when setting the same assigned identity for storage and esp configurations.
+Az.DesktopVirtualization
+* Preannounced the breaking changes for Az.DesktopVirtualization 6.0.0
-Az.KeyVault
-* Fixed a parameter validation issue in Set-AzureKeyVaultCertificatePolicy. [#25649]
+Az.EventGrid
+* Fixed an issue that caused some commands ending in ''Object'' to not work properly.
+
+Az.EventHub
+* Migrated EventHub SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.EventHub'' Version ''5.0.0'' PackageReference
+ - Added EventHub.Management.Sdk ProjectReference
+
+Az.Functions
+* Used ''Get-AzAccessToken -AsSecureString'' inside the ''Functions'' for the plain text version is going to be deprecate in the next release.
+
+Az.Migrate
+* Validated user login with Microsoft Managed System Identity (MSI) in ''Initialize-AzMigrateHCIReplicationInfrastructure''
+* Passed appropriate Hyper-V Generation value based on source VMware firmware type in ''New-AzMigrateHCIServerReplication''
+* Added support for LinuxLicenseType in Az.Migrate module.
Az.Monitor
-* Added breaking change messages:
- * ''New-AzDataCollectionEndpoint''
- * ''New-AzDataCollectionRule''
- * ''Update-AzDataCollectionEndpoint''
- * ''Update-AzDataCollectionRule''
-* Updated documentation for ''New-AzActionGroupLogicAppReceiverObject''
+* Added new cmdlet for Azure Monitor Pipeline Groups
+ * ''Get-AzPipelineGroup''
+ * ''New-AzPipelineGroup''
+ * ''Update-AzPipelineGroup''
+ * ''Remove-AzPipelineGroup''
Az.Network
-* Onboarded ''Microsoft.VideoIndexer/accounts'' to private link cmdlets
-* Added support to create, get and delete Bastion shareable links
- - ''New-AzBastionShareableLink''
- - ''Get-AzBastionShareableLink''
- - ''Remove-AzBastionShareableLink''
-* Fixed a bug in cmdlet ''Invoke-AzFirewallPacketCapture'' which caused the packet capture request to be stuck in a waiting for activation state.
-* Updated cmdlet to add the property of ''Sensitivity'', and updated corresponding cmdlets.
- - ''New-AzApplicationGatewayFirewallPolicyManagedRuleOverride''
-* Added support for ''DefaultOutboundAccess'' property in ''Set-AzVirtualNetworkSubnetConfig'' command
-* Added support for ''EnabledFilteringCriteria'' property in ''New-AzNetworkWatcherFlowLog'' and ''Set-AzNetworkWatcherFlowLog'' commands
-* Added support of ''UserAssignedIdentityId'' Property in ''New-AzNetworkWatcherFlowLog'' and ''Set-AzNetworkWatcherFlowLog'' commands
-* Added support of ''DestinationIPAddress'' property in ''New-AzPrivateLinkService'' command
- - ''LoadBalancerFrontendIpConfiguration'' is not a mandatory parameter anymore.
- - The user can provide either ''LoadBalancerFrontendIpConfiguration'' or ''DestinationIPAddress''.
+* Onboarded Azure Virtual Network Manager Cmdlets for UDR and NSG Management
+ - ''New/Get/Remove/Set-AzNetworkManagerRoutingConfiguration''
+ - ''New/Get/Remove/Set-AzNetworkManagerRoutingRuleCollection''
+ - ''New/Get/Remove/Set-AzNetworkManagerRoutingRule''
+ - ''New-AzNetworkManagerRoutingGroupItem''
+ - ''New-AzNetworkManagerRoutingRuleDestination''
+ - ''New-AzNetworkManagerRoutingRuleNextHop''
+ - ''New/Get/Remove/Set-AzNetworkManagerSecurityUserConfiguration''
+ - ''New/Get/Remove/Set-AzNetworkManagerSecurityUserRuleCollection''
+ - ''New/Get/Remove/Set-AzNetworkManagerSecurityUserRule''
+ - ''New-AzNetworkManagerSecurityUserGroupItem''
+* Added support for ''MemberType'' property in ''New-AzNetworkManagerSecurityUserGroupItem'' command
+
+Az.PrivateDns
+* Updated new property ResolutionPolicy to Get, New and Set virtual network link cmdlets.
+* Created autorest generated sdk in PrivateDns.Management.Sdk folder
Az.RecoveryServices
-* Fixed bug for making RecoveryAzureStorageAccountId parameter optional in ''New-ASRReplicationProtectedItem'' cmdlet of H2A.
+* Fixed bug in ''Set-ASRReplicationProtectedItem'' cmdlet of H2A for replication to MD scenario.
+
+Az.ResourceGraph
+* Migrated ResourceGraph SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.ResourceGraph'' Version ''2.1.0'' PackageReference
+ - Added ResourceGraph.Management.Sdk ProjectReference
Az.Resources
-* Added ''ResourceSelector'' and ''Override'' parameters to ''New/Update-AzPolicyAssignment''.
-* Added ''ResourceSelector'' parameter to ''New/Update-AzPolicyExemption''.
-* Removed ''Experimental'' notice from ''-WithSource'' parameter to ''Publish-AzBicepModule''.
+* Fixed customer-reported ''Remove-AzPolicyAssignment'' behavior.
+* Added new cmdlets of DataBoundary
-Az.StackHCIVM
-* Fixed the update issue
+Az.ServiceBus
+* Migrated ServiceBus SDK to generated SDK
+ - Removed ''Microsoft.Azure.Management.ServiceBus'' Version ''5.0.0'' PackageReference
+ - Added ServiceBus.Management.Sdk ProjectReference
-Az.Storage
-* Added a warning for an upcoming breaking change for removing references to ''Microsoft.Azure.Storage.File''
- - ''Start-AzStorageFileCopy''
+Az.StackHCI
+* added support for new environment
-Az.Websites
-* Fix bug where parameters could not be set to false for ''Publish-AzWebApp''
+Az.Storage
+* Added a warning for an upcoming breaking change for download blob will block input parameter -AbsoluteUri and -Context together.
+ - ''Get-AzStorageBlobContent''
+* Revised AzureStorageBlob construct logic to make it more stable.
'
# Prerelease string of this module
diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1
index 01824145e78a..852c726ffdf1 100644
--- a/tools/AzPreview/AzPreview.psd1
+++ b/tools/AzPreview/AzPreview.psd1
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '12.4.0'
+ModuleVersion = '12.5.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -52,26 +52,27 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.5'; },
@{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.2.2'; },
@{ModuleName = 'Az.Advisor'; RequiredVersion = '2.0.1'; },
@{ModuleName = 'Az.Aks'; RequiredVersion = '6.0.4'; },
- @{ModuleName = 'Az.AksArc'; RequiredVersion = '0.1.1'; },
+ @{ModuleName = 'Az.AksArc'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.Alb'; RequiredVersion = '0.1.3'; },
@{ModuleName = 'Az.AlertsManagement'; RequiredVersion = '0.6.2'; },
- @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.5'; },
- @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '4.0.4'; },
+ @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.6'; },
+ @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '4.0.5'; },
@{ModuleName = 'Az.App'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.AppComplianceAutomation'; RequiredVersion = '0.1.1'; },
+ @{ModuleName = 'Az.AppComplianceAutomation'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.3.2'; },
@{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.2.5'; },
+ @{ModuleName = 'Az.ArcGateway'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.ArcResourceBridge'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Az.Astro'; RequiredVersion = '0.1.0'; },
- @{ModuleName = 'Az.Attestation'; RequiredVersion = '2.0.2'; },
+ @{ModuleName = 'Az.Attestation'; RequiredVersion = '2.0.3'; },
@{ModuleName = 'Az.Automanage'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.10.0'; },
@{ModuleName = 'Az.BareMetal'; RequiredVersion = '0.1.1'; },
- @{ModuleName = 'Az.Batch'; RequiredVersion = '3.6.3'; },
+ @{ModuleName = 'Az.Batch'; RequiredVersion = '3.6.4'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.BillingBenefits'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.Blueprint'; RequiredVersion = '0.4.4'; },
@@ -82,12 +83,12 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '2.0.1'; },
@{ModuleName = 'Az.CodeSigning'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.14.1'; },
- @{ModuleName = 'Az.Communication'; RequiredVersion = '0.4.0'; },
- @{ModuleName = 'Az.Compute'; RequiredVersion = '8.4.0'; },
+ @{ModuleName = 'Az.Communication'; RequiredVersion = '0.4.1'; },
+ @{ModuleName = 'Az.Compute'; RequiredVersion = '8.5.0'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Az.Confluent'; RequiredVersion = '0.2.1'; },
@{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.11.1'; },
- @{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '0.10.0'; },
+ @{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.ConnectedNetwork'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.ConnectedVMware'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '4.0.2'; },
@@ -101,16 +102,16 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.Databricks'; RequiredVersion = '1.9.0'; },
@{ModuleName = 'Az.Datadog'; RequiredVersion = '0.1.1'; },
- @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.18.8'; },
+ @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.18.9'; },
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.3'; },
@{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.2'; },
@{ModuleName = 'Az.DataMigration'; RequiredVersion = '0.14.8'; },
- @{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.4.0'; },
+ @{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.5.0'; },
@{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.DedicatedHsm'; RequiredVersion = '0.3.1'; },
@{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '4.3.2'; },
@{ModuleName = 'Az.DevCenter'; RequiredVersion = '1.2.0'; },
- @{ModuleName = 'Az.DeviceProvisioningServices'; RequiredVersion = '0.10.2'; },
+ @{ModuleName = 'Az.DeviceProvisioningServices'; RequiredVersion = '0.10.3'; },
@{ModuleName = 'Az.DeviceUpdate'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.3'; },
@{ModuleName = 'Az.DigitalTwins'; RequiredVersion = '0.2.1'; },
@@ -120,16 +121,16 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.DynatraceObservability'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.EdgeOrder'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.EdgeZones'; RequiredVersion = '0.1.1'; },
- @{ModuleName = 'Az.Elastic'; RequiredVersion = '0.1.1'; },
+ @{ModuleName = 'Az.Elastic'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.ElasticSan'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.EventGrid'; RequiredVersion = '2.0.0'; },
- @{ModuleName = 'Az.EventHub'; RequiredVersion = '5.0.0'; },
+ @{ModuleName = 'Az.EventGrid'; RequiredVersion = '2.1.0'; },
+ @{ModuleName = 'Az.EventHub'; RequiredVersion = '5.0.1'; },
@{ModuleName = 'Az.Fabric'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.FirmwareAnalysis'; RequiredVersion = '0.1.3'; },
@{ModuleName = 'Az.Fleet'; RequiredVersion = '0.2.1'; },
@{ModuleName = 'Az.FluidRelay'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.11.1'; },
- @{ModuleName = 'Az.Functions'; RequiredVersion = '4.1.0'; },
+ @{ModuleName = 'Az.Functions'; RequiredVersion = '4.1.1'; },
@{ModuleName = 'Az.GraphServices'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.GuestConfiguration'; RequiredVersion = '0.11.1'; },
@{ModuleName = 'Az.HanaOnAzure'; RequiredVersion = '0.3.2'; },
@@ -137,6 +138,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.HdInsightOnAks'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.HealthBot'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '2.0.1'; },
+ @{ModuleName = 'Az.HealthDataAIServices'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.HPCCache'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.ImageBuilder'; RequiredVersion = '0.4.1'; },
@{ModuleName = 'Az.ImportExport'; RequiredVersion = '0.2.1'; },
@@ -163,13 +165,13 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.Marketplace'; RequiredVersion = '0.5.1'; },
@{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '2.0.1'; },
@{ModuleName = 'Az.Media'; RequiredVersion = '1.1.2'; },
- @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.4.0'; },
+ @{ModuleName = 'Az.Migrate'; RequiredVersion = '2.5.0'; },
@{ModuleName = 'Az.MixedReality'; RequiredVersion = '0.2.1'; },
@{ModuleName = 'Az.MobileNetwork'; RequiredVersion = '0.4.1'; },
- @{ModuleName = 'Az.Monitor'; RequiredVersion = '5.2.2'; },
+ @{ModuleName = 'Az.Monitor'; RequiredVersion = '5.3.0'; },
@{ModuleName = 'Az.MonitoringSolutions'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.2.1'; },
- @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.18.0'; },
+ @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.19.0'; },
@{ModuleName = 'Az.Network'; RequiredVersion = '7.10.0'; },
@{ModuleName = 'Az.NetworkAnalytics'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '1.0.2'; },
@@ -186,27 +188,27 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.Portal'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.1.2'; },
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '2.0.0'; },
- @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.5'; },
+ @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.ProviderHub'; RequiredVersion = '0.3.0'; },
@{ModuleName = 'Az.Purview'; RequiredVersion = '0.2.1'; },
@{ModuleName = 'Az.Quantum'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.Qumulo'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.Quota'; RequiredVersion = '0.1.2'; },
- @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.2.0'; },
+ @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.2.1'; },
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.10.0'; },
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.4.0'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '2.0.1'; },
@{ModuleName = 'Az.Reservations'; RequiredVersion = '0.13.0'; },
- @{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '1.0.0'; },
+ @{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.2.1'; },
- @{ModuleName = 'Az.Resources'; RequiredVersion = '7.5.0'; },
+ @{ModuleName = 'Az.Resources'; RequiredVersion = '7.6.0'; },
@{ModuleName = 'Az.Search'; RequiredVersion = '0.10.0'; },
@{ModuleName = 'Az.Security'; RequiredVersion = '1.7.0'; },
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '3.1.2'; },
@{ModuleName = 'Az.SelfHelp'; RequiredVersion = '0.2.0'; },
- @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '4.0.0'; },
+ @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '4.0.1'; },
@{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.3.4'; },
- @{ModuleName = 'Az.ServiceLinker'; RequiredVersion = '0.2.1'; },
+ @{ModuleName = 'Az.ServiceLinker'; RequiredVersion = '0.2.2'; },
@{ModuleName = 'Az.SignalR'; RequiredVersion = '2.0.2'; },
@{ModuleName = 'Az.Sphere'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.SpringCloud'; RequiredVersion = '0.3.1'; },
@@ -216,7 +218,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.4.1'; },
@{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.0.5'; },
@{ModuleName = 'Az.StandbyPool'; RequiredVersion = '0.2.0'; },
- @{ModuleName = 'Az.Storage'; RequiredVersion = '7.4.0'; },
+ @{ModuleName = 'Az.Storage'; RequiredVersion = '7.5.0'; },
@{ModuleName = 'Az.StorageAction'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.StorageCache'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.StorageMover'; RequiredVersion = '1.4.0'; },
@@ -225,7 +227,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.Subscription'; RequiredVersion = '0.11.1'; },
@{ModuleName = 'Az.Support'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Synapse'; RequiredVersion = '3.0.10'; },
- @{ModuleName = 'Az.Terraform'; RequiredVersion = '0.1.0'; },
+ @{ModuleName = 'Az.Terraform'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.TimeSeriesInsights'; RequiredVersion = '0.2.2'; },
@{ModuleName = 'Az.TrafficManager'; RequiredVersion = '1.2.2'; },
@{ModuleName = 'Az.VMware'; RequiredVersion = '0.7.1'; },
diff --git a/tools/AzPreview/ChangeLog.md b/tools/AzPreview/ChangeLog.md
index 3ad2666d5e9e..e91b009dcde9 100644
--- a/tools/AzPreview/ChangeLog.md
+++ b/tools/AzPreview/ChangeLog.md
@@ -1,3 +1,165 @@
+## 12.5.0 - October 2024
+#### Az.Accounts 3.0.5
+* Fixed the issue that 'Export-AzSshConfig' and 'Enter-AzVM' from Az.Ssh are not able to use when WAM is enabled.
+* Added breaking change preannouncement for the removal of alias 'Resolve-Error'. #26189
+* Integrated new detection library to expand the scope of secrets.
+
+#### Az.AksArc 0.1.2
+* Fixed bug where Remove-AzAksArcCluster would take a very long time to complete.
+* Fixed issue where Update-AzAksArcCluster would error out when passing AdminGroupObjectID parameter.
+
+#### Az.AnalysisServices 1.1.6
+* Migrated AnalysisServices SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.Analysis' Version '2.0.4' PackageReference
+ - Added AnalysisServices.Management.Sdk ProjectReference
+
+#### Az.ApiManagement 4.0.5
+* Removed Microsoft.Azure.Management.ApiManagement 8.0.0.0-preview
+* Added ApiManagement.Management.Sdk
+
+#### Az.AppComplianceAutomation 0.1.2
+* Used 'Get-AzAccessToken -AsSecureString' inside the 'AppComplianceAutomation' for the plain text version is going to be deprecate in the next release.
+
+#### Az.ArcGateway 0.1.0
+* First preview release for module Az.ArcGateway
+
+#### Az.Attestation 2.0.3
+* Migrated Attestation SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.Attestation' Version '0.12.0-preview' PackageReference
+ - Added Attestation.Management.Sdk ProjectReference
+
+#### Az.Batch 3.6.4
+* Migrate Batch SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.Batch' Version='15.0.0' PackageReference
+ - Added Batch.Management.Sdk ProjectReference
+
+#### Az.Communication 0.4.1
+* Added support for inline attachments in the send mail operation.
+ - This update introduced a new property in the EmailAttachment object called contentId, which serves as a unique identifier in the HTML content.
+ - The contentId property should be referenced in the HTML body of the email for inline rendering.
+
+#### Az.Compute 8.5.0
+* Added optional parameters '-SecurityPostureId' and '-SecurityPostureExcludeExtension' to cmdlets 'New-AzVmss' and 'New-AzVmssConfig'.
+* Updated image aliases to be up-to-date in the azure-powershell\src\Compute\Strategies\ComputeRp\Images.json file.
+* Added 'NvmeDisk' argument completer to 'DiffDiskPlacement' parameter for 'Set-AzVMOSDisk' and 'Set-AzVmssStorageProfile' cmdlets, allowing options for disk placement as 'CacheDisk', 'ResourceDisk', or 'NvmeDisk'.
+
+#### Az.ConnectedKubernetes 0.11.1
+* Fixed environment variable usage
+* Got rid of deprecated module and improved logging
+
+#### Az.ConnectedMachine 1.0.0
+* General availability for module Az.ConnectedMachine
+
+#### Az.DataFactory 1.18.9
+* Added pageSize support to Salesforce V2 Source.
+* Added pageSize support to ServiceNow V2 Source.
+* Added host property to Snowflake linked service.
+* Fixed missing authenticationType in PostgreSQL V2 linked service.
+
+#### Az.DataProtection 2.5.0
+* Added support for vault tier backup and restore for AzureKubernetesService
+* Added support for resource modifier reference
+* Added a fix for Update-AzDataProtectionBackupInstance
+
+#### Az.DesktopVirtualization 4.3.2
+* Preannounced the breaking changes for Az.DesktopVirtualization 6.0.0
+
+#### Az.DeviceProvisioningServices 0.10.3
+* Removed Microsoft.Azure.Management.DeviceProvisioningServices 0.10.0-preview dependencies
+* Added Microsoft.Azure.PowerShell.DeviceProvisioningServices.Management.Sdk
+
+#### Az.Elastic 0.2.0
+* Updated the api version to '2024-03-01' (Stable Version)
+
+#### Az.EventGrid 2.1.0
+* Fixed an issue that caused some commands ending in 'Object' to not work properly.
+
+#### Az.EventHub 5.0.1
+* Migrated EventHub SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.EventHub' Version '5.0.0' PackageReference
+ - Added EventHub.Management.Sdk ProjectReference
+
+#### Az.Functions 4.1.1
+* Used 'Get-AzAccessToken -AsSecureString' inside the 'Functions' for the plain text version is going to be deprecate in the next release.
+
+#### Az.HealthDataAIServices 0.1.0
+* First preview release for module Az.HealthDataAIServices
+
+#### Az.Migrate 2.5.0
+* Validated user login with Microsoft Managed System Identity (MSI) in 'Initialize-AzMigrateHCIReplicationInfrastructure'
+* Passed appropriate Hyper-V Generation value based on source VMware firmware type in 'New-AzMigrateHCIServerReplication'
+* Added support for LinuxLicenseType in Az.Migrate module.
+
+#### Az.Monitor 5.3.0
+* Added new cmdlet for Azure Monitor Pipeline Groups
+ * 'Get-AzPipelineGroup'
+ * 'New-AzPipelineGroup'
+ * 'Update-AzPipelineGroup'
+ * 'Remove-AzPipelineGroup'
+
+#### Az.NetAppFiles 0.19.0
+* Added new cmdLets for on-prem volume migration 'Start-AnfPeerExternalCluster', 'Start-AnfFinalizeExternalReplication', 'Start-AnfPerformExternalReplication', 'Start-AnfAuthorizeExternalReplication'
+* Added new cmdLets 'Get-AzNetAppFilesQuotaAvailability', 'Get-AzNetAppFilesNameAvailability' and 'Get-AzNetAppFilesFileNameAvailability'
+* Added 'RemotePath' to 'PSNetAppFilesReplicationObject'
+* Added 'EffectiveNetworkFeatures' to 'PSNetAppFilesVolume'
+
+#### Az.Network 7.10.0
+* Onboarded Azure Virtual Network Manager Cmdlets for UDR and NSG Management
+ - 'New/Get/Remove/Set-AzNetworkManagerRoutingConfiguration'
+ - 'New/Get/Remove/Set-AzNetworkManagerRoutingRuleCollection'
+ - 'New/Get/Remove/Set-AzNetworkManagerRoutingRule'
+ - 'New-AzNetworkManagerRoutingGroupItem'
+ - 'New-AzNetworkManagerRoutingRuleDestination'
+ - 'New-AzNetworkManagerRoutingRuleNextHop'
+ - 'New/Get/Remove/Set-AzNetworkManagerSecurityUserConfiguration'
+ - 'New/Get/Remove/Set-AzNetworkManagerSecurityUserRuleCollection'
+ - 'New/Get/Remove/Set-AzNetworkManagerSecurityUserRule'
+ - 'New-AzNetworkManagerSecurityUserGroupItem'
+* Added support for 'MemberType' property in 'New-AzNetworkManagerSecurityUserGroupItem' command
+
+#### Az.PrivateDns 1.1.0
+* Updated new property ResolutionPolicy to Get, New and Set virtual network link cmdlets.
+* Created autorest generated sdk in PrivateDns.Management.Sdk folder
+
+#### Az.RecoveryServices 7.2.1
+* Fixed bug in 'Set-ASRReplicationProtectedItem' cmdlet of H2A for replication to MD scenario.
+
+#### Az.RedisEnterpriseCache 1.4.0
+* Added support for using Microsoft Entra token-based authentication.
+* Added the new properties of Cluster: highAvailability and redundancyMode.
+* Added new product SKUs.
+* Added the new properties of Database: accessKeysAuthentication.
+* Added Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup to force link geo replicated caches.
+* Added Update-AzRedisEnterpriseCacheDatabaseDbRedisVersion to upgrade the redis database version directly.
+
+#### Az.ResourceGraph 1.0.1
+* Migrated ResourceGraph SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.ResourceGraph' Version '2.1.0' PackageReference
+ - Added ResourceGraph.Management.Sdk ProjectReference
+
+#### Az.Resources 7.6.0
+* Fixed customer-reported 'Remove-AzPolicyAssignment' behavior.
+* Added new cmdlets of DataBoundary
+
+#### Az.ServiceBus 4.0.1
+* Migrated ServiceBus SDK to generated SDK
+ - Removed 'Microsoft.Azure.Management.ServiceBus' Version '5.0.0' PackageReference
+ - Added ServiceBus.Management.Sdk ProjectReference
+
+#### Az.ServiceLinker 0.2.2
+* Used 'Get-AzAccessToken -AsSecureString' inside the 'ServiceLinker' for the plain text version is going to be deprecate in the next release.
+
+#### Az.StackHCI 2.4.1
+* added support for new environment
+
+#### Az.Storage 7.5.0
+* Added a warning for an upcoming breaking change for download blob will block input parameter -AbsoluteUri and -Context together.
+ - 'Get-AzStorageBlobContent'
+* Revised AzureStorageBlob construct logic to make it more stable.
+
+#### Az.Terraform 0.1.1
+* Fixed descrption for this module
+
## 12.4.0 - October 2024
#### Az.App 1.1.0
* Added breaking change messages:
diff --git a/tools/Docs/az-ps-latest-1.csv b/tools/Docs/az-ps-latest-1.csv
index 81636818338c..f94485493c6a 100644
--- a/tools/Docs/az-ps-latest-1.csv
+++ b/tools/Docs/az-ps-latest-1.csv
@@ -1,115 +1,117 @@
-pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.3.0.4.zip;sourceType=sa]Az.Accounts,3.0.4
+pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.3.0.5.zip;sourceType=sa]Az.Accounts,3.0.5
pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ADDomainServices.0.2.2.zip;sourceType=sa]Az.ADDomainServices,0.2.2
pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Advisor.2.0.1.zip;sourceType=sa]Az.Advisor,2.0.1
pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Aks.6.0.4.zip;sourceType=sa]Az.Aks,6.0.4
-pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AksArc.0.1.1.zip;sourceType=sa]Az.AksArc,0.1.1
+pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AksArc.0.1.2.zip;sourceType=sa]Az.AksArc,0.1.2
pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Alb.0.1.3.zip;sourceType=sa]Az.Alb,0.1.3
pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AlertsManagement.0.6.2.zip;sourceType=sa]Az.AlertsManagement,0.6.2
-pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AnalysisServices.1.1.5.zip;sourceType=sa]Az.AnalysisServices,1.1.5
-pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ApiManagement.4.0.4.zip;sourceType=sa]Az.ApiManagement,4.0.4
+pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AnalysisServices.1.1.6.zip;sourceType=sa]Az.AnalysisServices,1.1.6
+pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ApiManagement.4.0.5.zip;sourceType=sa]Az.ApiManagement,4.0.5
pac9,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.App.1.1.0.zip;sourceType=sa]Az.App,1.1.0
-pac10,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AppComplianceAutomation.0.1.1.zip;sourceType=sa]Az.AppComplianceAutomation,0.1.1
+pac10,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AppComplianceAutomation.0.1.2.zip;sourceType=sa]Az.AppComplianceAutomation,0.1.2
pac11,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.AppConfiguration.1.3.2.zip;sourceType=sa]Az.AppConfiguration,1.3.2
pac12,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ApplicationInsights.2.2.5.zip;sourceType=sa]Az.ApplicationInsights,2.2.5
-pac13,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ArcResourceBridge.1.0.1.zip;sourceType=sa]Az.ArcResourceBridge,1.0.1
-pac14,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Astro.0.1.0.zip;sourceType=sa]Az.Astro,0.1.0
-pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Attestation.2.0.2.zip;sourceType=sa]Az.Attestation,2.0.2
-pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automanage.1.0.2.zip;sourceType=sa]Az.Automanage,1.0.2
-pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automation.1.10.0.zip;sourceType=sa]Az.Automation,1.10.0
-pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BareMetal.0.1.1.zip;sourceType=sa]Az.BareMetal,0.1.1
-pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Batch.3.6.3.zip;sourceType=sa]Az.Batch,3.6.3
-pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Billing.2.1.0.zip;sourceType=sa]Az.Billing,2.1.0
-pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BillingBenefits.0.1.1.zip;sourceType=sa]Az.BillingBenefits,0.1.1
-pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Blueprint.0.4.4.zip;sourceType=sa]Az.Blueprint,0.4.4
-pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BotService.0.5.1.zip;sourceType=sa]Az.BotService,0.5.1
-pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Cdn.3.2.2.zip;sourceType=sa]Az.Cdn,3.2.2
-pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ChangeAnalysis.0.1.1.zip;sourceType=sa]Az.ChangeAnalysis,0.1.1
-pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Chaos.0.1.0.zip;sourceType=sa]Az.Chaos,0.1.0
-pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CloudService.2.0.1.zip;sourceType=sa]Az.CloudService,2.0.1
-pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CodeSigning.0.2.0.zip;sourceType=sa]Az.CodeSigning,0.2.0
-pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CognitiveServices.1.14.1.zip;sourceType=sa]Az.CognitiveServices,1.14.1
-pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Communication.0.4.0.zip;sourceType=sa]Az.Communication,0.4.0
-pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.8.4.0.zip;sourceType=sa]Az.Compute,8.4.0
-pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConfidentialLedger.1.0.1.zip;sourceType=sa]Az.ConfidentialLedger,1.0.1
-pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Confluent.0.2.1.zip;sourceType=sa]Az.Confluent,0.2.1
-pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedKubernetes.0.11.1.zip;sourceType=sa]Az.ConnectedKubernetes,0.11.1
-pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedMachine.0.10.0.zip;sourceType=sa]Az.ConnectedMachine,0.10.0
-pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedNetwork.0.1.1.zip;sourceType=sa]Az.ConnectedNetwork,0.1.1
-pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedVMware.0.1.2.zip;sourceType=sa]Az.ConnectedVMware,0.1.2
-pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerInstance.4.0.2.zip;sourceType=sa]Az.ContainerInstance,4.0.2
-pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerRegistry.4.2.1.zip;sourceType=sa]Az.ContainerRegistry,4.2.1
-pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CosmosDB.1.15.0.zip;sourceType=sa]Az.CosmosDB,1.15.0
-pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CostManagement.0.3.3.zip;sourceType=sa]Az.CostManagement,0.3.3
-pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomLocation.0.2.0.zip;sourceType=sa]Az.CustomLocation,0.2.0
-pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomProviders.0.1.1.zip;sourceType=sa]Az.CustomProviders,0.1.1
-pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Dashboard.0.1.2.zip;sourceType=sa]Az.Dashboard,0.1.2
-pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataBox.0.3.2.zip;sourceType=sa]Az.DataBox,0.3.2
-pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataBoxEdge.1.1.1.zip;sourceType=sa]Az.DataBoxEdge,1.1.1
-pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Databricks.1.9.0.zip;sourceType=sa]Az.Databricks,1.9.0
-pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Datadog.0.1.1.zip;sourceType=sa]Az.Datadog,0.1.1
-pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataFactory.1.18.8.zip;sourceType=sa]Az.DataFactory,1.18.8
-pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeAnalytics.1.0.3.zip;sourceType=sa]Az.DataLakeAnalytics,1.0.3
-pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeStore.1.3.2.zip;sourceType=sa]Az.DataLakeStore,1.3.2
-pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataMigration.0.14.8.zip;sourceType=sa]Az.DataMigration,0.14.8
-pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataProtection.2.4.0.zip;sourceType=sa]Az.DataProtection,2.4.0
-pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataShare.1.0.2.zip;sourceType=sa]Az.DataShare,1.0.2
-pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DedicatedHsm.0.3.1.zip;sourceType=sa]Az.DedicatedHsm,0.3.1
-pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DesktopVirtualization.4.3.2.zip;sourceType=sa]Az.DesktopVirtualization,4.3.2
-pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DevCenter.1.2.0.zip;sourceType=sa]Az.DevCenter,1.2.0
-pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceProvisioningServices.0.10.2.zip;sourceType=sa]Az.DeviceProvisioningServices,0.10.2
-pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceUpdate.0.1.1.zip;sourceType=sa]Az.DeviceUpdate,0.1.1
-pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DevTestLabs.1.0.3.zip;sourceType=sa]Az.DevTestLabs,1.0.3
-pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DigitalTwins.0.2.1.zip;sourceType=sa]Az.DigitalTwins,0.2.1
-pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DiskPool.0.3.1.zip;sourceType=sa]Az.DiskPool,0.3.1
-pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Dns.1.2.1.zip;sourceType=sa]Az.Dns,1.2.1
-pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DnsResolver.1.0.0.zip;sourceType=sa]Az.DnsResolver,1.0.0
-pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DynatraceObservability.0.1.1.zip;sourceType=sa]Az.DynatraceObservability,0.1.1
-pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeOrder.0.1.1.zip;sourceType=sa]Az.EdgeOrder,0.1.1
-pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeZones.0.1.1.zip;sourceType=sa]Az.EdgeZones,0.1.1
-pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Elastic.0.1.1.zip;sourceType=sa]Az.Elastic,0.1.1
-pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ElasticSan.1.1.0.zip;sourceType=sa]Az.ElasticSan,1.1.0
-pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventGrid.2.0.0.zip;sourceType=sa]Az.EventGrid,2.0.0
-pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventHub.5.0.0.zip;sourceType=sa]Az.EventHub,5.0.0
-pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Fabric.0.1.0.zip;sourceType=sa]Az.Fabric,0.1.0
-pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FirmwareAnalysis.0.1.3.zip;sourceType=sa]Az.FirmwareAnalysis,0.1.3
-pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Fleet.0.2.1.zip;sourceType=sa]Az.Fleet,0.2.1
-pac75,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FluidRelay.0.1.1.zip;sourceType=sa]Az.FluidRelay,0.1.1
-pac76,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FrontDoor.1.11.1.zip;sourceType=sa]Az.FrontDoor,1.11.1
-pac77,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Functions.4.1.0.zip;sourceType=sa]Az.Functions,4.1.0
-pac78,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GraphServices.0.1.1.zip;sourceType=sa]Az.GraphServices,0.1.1
-pac79,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GuestConfiguration.0.11.1.zip;sourceType=sa]Az.GuestConfiguration,0.11.1
-pac80,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HanaOnAzure.0.3.2.zip;sourceType=sa]Az.HanaOnAzure,0.3.2
-pac81,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HDInsight.6.2.1.zip;sourceType=sa]Az.HDInsight,6.2.1
-pac82,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HdInsightOnAks.0.2.0.zip;sourceType=sa]Az.HdInsightOnAks,0.2.0
-pac83,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthBot.0.1.1.zip;sourceType=sa]Az.HealthBot,0.1.1
-pac84,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthcareApis.2.0.1.zip;sourceType=sa]Az.HealthcareApis,2.0.1
-pac85,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HPCCache.0.1.2.zip;sourceType=sa]Az.HPCCache,0.1.2
-pac86,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImageBuilder.0.4.1.zip;sourceType=sa]Az.ImageBuilder,0.4.1
-pac87,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImportExport.0.2.1.zip;sourceType=sa]Az.ImportExport,0.2.1
-pac88,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Informatica.0.1.0.zip;sourceType=sa]Az.Informatica,0.1.0
-pac89,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotCentral.0.10.2.zip;sourceType=sa]Az.IotCentral,0.10.2
-pac90,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotHub.2.7.7.zip;sourceType=sa]Az.IotHub,2.7.7
-pac91,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KeyVault.6.2.0.zip;sourceType=sa]Az.KeyVault,6.2.0
-pac92,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesConfiguration.0.7.2.zip;sourceType=sa]Az.KubernetesConfiguration,0.7.2
-pac93,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesRuntime.0.1.0.zip;sourceType=sa]Az.KubernetesRuntime,0.1.0
-pac94,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Kusto.2.3.1.zip;sourceType=sa]Az.Kusto,2.3.1
-pac95,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LabServices.0.1.1.zip;sourceType=sa]Az.LabServices,0.1.1
-pac96,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LoadTesting.1.0.1.zip;sourceType=sa]Az.LoadTesting,1.0.1
-pac97,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LogicApp.1.5.1.zip;sourceType=sa]Az.LogicApp,1.5.1
-pac98,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Logz.0.1.1.zip;sourceType=sa]Az.Logz,0.1.1
-pac99,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearning.1.1.4.zip;sourceType=sa]Az.MachineLearning,1.1.4
-pac100,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearningServices.1.1.0.zip;sourceType=sa]Az.MachineLearningServices,1.1.0
-pac101,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maintenance.1.4.3.zip;sourceType=sa]Az.Maintenance,1.4.3
-pac102,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedNetworkFabric.0.1.2.zip;sourceType=sa]Az.ManagedNetworkFabric,0.1.2
-pac103,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServiceIdentity.1.2.1.zip;sourceType=sa]Az.ManagedServiceIdentity,1.2.1
-pac104,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServices.3.0.1.zip;sourceType=sa]Az.ManagedServices,3.0.1
-pac105,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagementPartner.0.7.4.zip;sourceType=sa]Az.ManagementPartner,0.7.4
-pac106,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maps.0.8.1.zip;sourceType=sa]Az.Maps,0.8.1
-pac107,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MariaDb.0.2.2.zip;sourceType=sa]Az.MariaDb,0.2.2
-pac108,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Marketplace.0.5.1.zip;sourceType=sa]Az.Marketplace,0.5.1
-pac109,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MarketplaceOrdering.2.0.1.zip;sourceType=sa]Az.MarketplaceOrdering,2.0.1
-pac110,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Media.1.1.2.zip;sourceType=sa]Az.Media,1.1.2
-pac111,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Migrate.2.4.0.zip;sourceType=sa]Az.Migrate,2.4.0
-pac112,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MixedReality.0.2.1.zip;sourceType=sa]Az.MixedReality,0.2.1
-pac113,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MobileNetwork.0.4.1.zip;sourceType=sa]Az.MobileNetwork,0.4.1
+pac13,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ArcGateway.0.1.0.zip;sourceType=sa]Az.ArcGateway,0.1.0
+pac14,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ArcResourceBridge.1.0.1.zip;sourceType=sa]Az.ArcResourceBridge,1.0.1
+pac15,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Astro.0.1.0.zip;sourceType=sa]Az.Astro,0.1.0
+pac16,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Attestation.2.0.3.zip;sourceType=sa]Az.Attestation,2.0.3
+pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automanage.1.0.2.zip;sourceType=sa]Az.Automanage,1.0.2
+pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Automation.1.10.0.zip;sourceType=sa]Az.Automation,1.10.0
+pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BareMetal.0.1.1.zip;sourceType=sa]Az.BareMetal,0.1.1
+pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Batch.3.6.4.zip;sourceType=sa]Az.Batch,3.6.4
+pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Billing.2.1.0.zip;sourceType=sa]Az.Billing,2.1.0
+pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BillingBenefits.0.1.1.zip;sourceType=sa]Az.BillingBenefits,0.1.1
+pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Blueprint.0.4.4.zip;sourceType=sa]Az.Blueprint,0.4.4
+pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.BotService.0.5.1.zip;sourceType=sa]Az.BotService,0.5.1
+pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Cdn.3.2.2.zip;sourceType=sa]Az.Cdn,3.2.2
+pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ChangeAnalysis.0.1.1.zip;sourceType=sa]Az.ChangeAnalysis,0.1.1
+pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Chaos.0.1.0.zip;sourceType=sa]Az.Chaos,0.1.0
+pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CloudService.2.0.1.zip;sourceType=sa]Az.CloudService,2.0.1
+pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CodeSigning.0.2.0.zip;sourceType=sa]Az.CodeSigning,0.2.0
+pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CognitiveServices.1.14.1.zip;sourceType=sa]Az.CognitiveServices,1.14.1
+pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Communication.0.4.1.zip;sourceType=sa]Az.Communication,0.4.1
+pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.8.5.0.zip;sourceType=sa]Az.Compute,8.5.0
+pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConfidentialLedger.1.0.1.zip;sourceType=sa]Az.ConfidentialLedger,1.0.1
+pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Confluent.0.2.1.zip;sourceType=sa]Az.Confluent,0.2.1
+pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedKubernetes.0.11.1.zip;sourceType=sa]Az.ConnectedKubernetes,0.11.1
+pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedMachine.1.0.0.zip;sourceType=sa]Az.ConnectedMachine,1.0.0
+pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedNetwork.0.1.1.zip;sourceType=sa]Az.ConnectedNetwork,0.1.1
+pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedVMware.0.1.2.zip;sourceType=sa]Az.ConnectedVMware,0.1.2
+pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerInstance.4.0.2.zip;sourceType=sa]Az.ContainerInstance,4.0.2
+pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ContainerRegistry.4.2.1.zip;sourceType=sa]Az.ContainerRegistry,4.2.1
+pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CosmosDB.1.15.0.zip;sourceType=sa]Az.CosmosDB,1.15.0
+pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CostManagement.0.3.3.zip;sourceType=sa]Az.CostManagement,0.3.3
+pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomLocation.0.2.0.zip;sourceType=sa]Az.CustomLocation,0.2.0
+pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CustomProviders.0.1.1.zip;sourceType=sa]Az.CustomProviders,0.1.1
+pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Dashboard.0.1.2.zip;sourceType=sa]Az.Dashboard,0.1.2
+pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataBox.0.3.2.zip;sourceType=sa]Az.DataBox,0.3.2
+pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataBoxEdge.1.1.1.zip;sourceType=sa]Az.DataBoxEdge,1.1.1
+pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Databricks.1.9.0.zip;sourceType=sa]Az.Databricks,1.9.0
+pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Datadog.0.1.1.zip;sourceType=sa]Az.Datadog,0.1.1
+pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataFactory.1.18.9.zip;sourceType=sa]Az.DataFactory,1.18.9
+pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeAnalytics.1.0.3.zip;sourceType=sa]Az.DataLakeAnalytics,1.0.3
+pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeStore.1.3.2.zip;sourceType=sa]Az.DataLakeStore,1.3.2
+pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataMigration.0.14.8.zip;sourceType=sa]Az.DataMigration,0.14.8
+pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataProtection.2.5.0.zip;sourceType=sa]Az.DataProtection,2.5.0
+pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataShare.1.0.2.zip;sourceType=sa]Az.DataShare,1.0.2
+pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DedicatedHsm.0.3.1.zip;sourceType=sa]Az.DedicatedHsm,0.3.1
+pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DesktopVirtualization.4.3.2.zip;sourceType=sa]Az.DesktopVirtualization,4.3.2
+pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DevCenter.1.2.0.zip;sourceType=sa]Az.DevCenter,1.2.0
+pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceProvisioningServices.0.10.3.zip;sourceType=sa]Az.DeviceProvisioningServices,0.10.3
+pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DeviceUpdate.0.1.1.zip;sourceType=sa]Az.DeviceUpdate,0.1.1
+pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DevTestLabs.1.0.3.zip;sourceType=sa]Az.DevTestLabs,1.0.3
+pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DigitalTwins.0.2.1.zip;sourceType=sa]Az.DigitalTwins,0.2.1
+pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DiskPool.0.3.1.zip;sourceType=sa]Az.DiskPool,0.3.1
+pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Dns.1.2.1.zip;sourceType=sa]Az.Dns,1.2.1
+pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DnsResolver.1.0.0.zip;sourceType=sa]Az.DnsResolver,1.0.0
+pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DynatraceObservability.0.1.1.zip;sourceType=sa]Az.DynatraceObservability,0.1.1
+pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeOrder.0.1.1.zip;sourceType=sa]Az.EdgeOrder,0.1.1
+pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EdgeZones.0.1.1.zip;sourceType=sa]Az.EdgeZones,0.1.1
+pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Elastic.0.2.0.zip;sourceType=sa]Az.Elastic,0.2.0
+pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ElasticSan.1.1.0.zip;sourceType=sa]Az.ElasticSan,1.1.0
+pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventGrid.2.1.0.zip;sourceType=sa]Az.EventGrid,2.1.0
+pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.EventHub.5.0.1.zip;sourceType=sa]Az.EventHub,5.0.1
+pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Fabric.0.1.0.zip;sourceType=sa]Az.Fabric,0.1.0
+pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FirmwareAnalysis.0.1.3.zip;sourceType=sa]Az.FirmwareAnalysis,0.1.3
+pac75,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Fleet.0.2.1.zip;sourceType=sa]Az.Fleet,0.2.1
+pac76,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FluidRelay.0.1.1.zip;sourceType=sa]Az.FluidRelay,0.1.1
+pac77,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.FrontDoor.1.11.1.zip;sourceType=sa]Az.FrontDoor,1.11.1
+pac78,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Functions.4.1.1.zip;sourceType=sa]Az.Functions,4.1.1
+pac79,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GraphServices.0.1.1.zip;sourceType=sa]Az.GraphServices,0.1.1
+pac80,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.GuestConfiguration.0.11.1.zip;sourceType=sa]Az.GuestConfiguration,0.11.1
+pac81,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HanaOnAzure.0.3.2.zip;sourceType=sa]Az.HanaOnAzure,0.3.2
+pac82,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HDInsight.6.2.1.zip;sourceType=sa]Az.HDInsight,6.2.1
+pac83,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HdInsightOnAks.0.2.0.zip;sourceType=sa]Az.HdInsightOnAks,0.2.0
+pac84,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthBot.0.1.1.zip;sourceType=sa]Az.HealthBot,0.1.1
+pac85,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthcareApis.2.0.1.zip;sourceType=sa]Az.HealthcareApis,2.0.1
+pac86,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HealthDataAIServices.0.1.0.zip;sourceType=sa]Az.HealthDataAIServices,0.1.0
+pac87,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.HPCCache.0.1.2.zip;sourceType=sa]Az.HPCCache,0.1.2
+pac88,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImageBuilder.0.4.1.zip;sourceType=sa]Az.ImageBuilder,0.4.1
+pac89,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ImportExport.0.2.1.zip;sourceType=sa]Az.ImportExport,0.2.1
+pac90,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Informatica.0.1.0.zip;sourceType=sa]Az.Informatica,0.1.0
+pac91,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotCentral.0.10.2.zip;sourceType=sa]Az.IotCentral,0.10.2
+pac92,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.IotHub.2.7.7.zip;sourceType=sa]Az.IotHub,2.7.7
+pac93,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KeyVault.6.2.0.zip;sourceType=sa]Az.KeyVault,6.2.0
+pac94,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesConfiguration.0.7.2.zip;sourceType=sa]Az.KubernetesConfiguration,0.7.2
+pac95,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.KubernetesRuntime.0.1.0.zip;sourceType=sa]Az.KubernetesRuntime,0.1.0
+pac96,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Kusto.2.3.1.zip;sourceType=sa]Az.Kusto,2.3.1
+pac97,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LabServices.0.1.1.zip;sourceType=sa]Az.LabServices,0.1.1
+pac98,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LoadTesting.1.0.1.zip;sourceType=sa]Az.LoadTesting,1.0.1
+pac99,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.LogicApp.1.5.1.zip;sourceType=sa]Az.LogicApp,1.5.1
+pac100,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Logz.0.1.1.zip;sourceType=sa]Az.Logz,0.1.1
+pac101,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearning.1.1.4.zip;sourceType=sa]Az.MachineLearning,1.1.4
+pac102,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MachineLearningServices.1.1.0.zip;sourceType=sa]Az.MachineLearningServices,1.1.0
+pac103,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maintenance.1.4.3.zip;sourceType=sa]Az.Maintenance,1.4.3
+pac104,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedNetworkFabric.0.1.2.zip;sourceType=sa]Az.ManagedNetworkFabric,0.1.2
+pac105,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServiceIdentity.1.2.1.zip;sourceType=sa]Az.ManagedServiceIdentity,1.2.1
+pac106,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagedServices.3.0.1.zip;sourceType=sa]Az.ManagedServices,3.0.1
+pac107,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ManagementPartner.0.7.4.zip;sourceType=sa]Az.ManagementPartner,0.7.4
+pac108,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Maps.0.8.1.zip;sourceType=sa]Az.Maps,0.8.1
+pac109,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MariaDb.0.2.2.zip;sourceType=sa]Az.MariaDb,0.2.2
+pac110,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Marketplace.0.5.1.zip;sourceType=sa]Az.Marketplace,0.5.1
+pac111,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MarketplaceOrdering.2.0.1.zip;sourceType=sa]Az.MarketplaceOrdering,2.0.1
+pac112,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Media.1.1.2.zip;sourceType=sa]Az.Media,1.1.2
+pac113,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Migrate.2.5.0.zip;sourceType=sa]Az.Migrate,2.5.0
+pac114,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MixedReality.0.2.1.zip;sourceType=sa]Az.MixedReality,0.2.1
+pac115,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MobileNetwork.0.4.1.zip;sourceType=sa]Az.MobileNetwork,0.4.1
diff --git a/tools/Docs/az-ps-latest-2.csv b/tools/Docs/az-ps-latest-2.csv
index 340f21784137..fdd4a1689676 100644
--- a/tools/Docs/az-ps-latest-2.csv
+++ b/tools/Docs/az-ps-latest-2.csv
@@ -1,8 +1,8 @@
-pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.3.0.4.zip;sourceType=sa]Az.Accounts,3.0.4
-pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Monitor.5.2.2.zip;sourceType=sa]Az.Monitor,5.2.2
+pac0,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Accounts.3.0.5.zip;sourceType=sa]Az.Accounts,3.0.5
+pac1,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Monitor.5.3.0.zip;sourceType=sa]Az.Monitor,5.3.0
pac2,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MonitoringSolutions.0.1.1.zip;sourceType=sa]Az.MonitoringSolutions,0.1.1
pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.2.1.zip;sourceType=sa]Az.MySql,1.2.1
-pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.18.0.zip;sourceType=sa]Az.NetAppFiles,0.18.0
+pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.19.0.zip;sourceType=sa]Az.NetAppFiles,0.19.0
pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.10.0.zip;sourceType=sa]Az.Network,7.10.0
pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkAnalytics.0.1.1.zip;sourceType=sa]Az.NetworkAnalytics,0.1.1
pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkCloud.1.0.2.zip;sourceType=sa]Az.NetworkCloud,1.0.2
@@ -19,27 +19,27 @@ pac17,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac18,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Portal.0.2.0.zip;sourceType=sa]Az.Portal,0.2.0
pac19,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PostgreSql.1.1.2.zip;sourceType=sa]Az.PostgreSql,1.1.2
pac20,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PowerBIEmbedded.2.0.0.zip;sourceType=sa]Az.PowerBIEmbedded,2.0.0
-pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PrivateDns.1.0.5.zip;sourceType=sa]Az.PrivateDns,1.0.5
+pac21,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.PrivateDns.1.1.0.zip;sourceType=sa]Az.PrivateDns,1.1.0
pac22,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ProviderHub.0.3.0.zip;sourceType=sa]Az.ProviderHub,0.3.0
pac23,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Purview.0.2.1.zip;sourceType=sa]Az.Purview,0.2.1
pac24,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quantum.0.1.1.zip;sourceType=sa]Az.Quantum,0.1.1
pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Qumulo.0.1.2.zip;sourceType=sa]Az.Qumulo,0.1.2
pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.1.2.zip;sourceType=sa]Az.Quota,0.1.2
-pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.7.2.0.zip;sourceType=sa]Az.RecoveryServices,7.2.0
+pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.7.2.1.zip;sourceType=sa]Az.RecoveryServices,7.2.1
pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisCache.1.10.0.zip;sourceType=sa]Az.RedisCache,1.10.0
pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.4.0.zip;sourceType=sa]Az.RedisEnterpriseCache,1.4.0
pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Relay.2.0.1.zip;sourceType=sa]Az.Relay,2.0.1
pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Reservations.0.13.0.zip;sourceType=sa]Az.Reservations,0.13.0
-pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.1.0.0.zip;sourceType=sa]Az.ResourceGraph,1.0.0
+pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.1.0.1.zip;sourceType=sa]Az.ResourceGraph,1.0.1
pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceMover.1.2.1.zip;sourceType=sa]Az.ResourceMover,1.2.1
-pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Resources.7.5.0.zip;sourceType=sa]Az.Resources,7.5.0
+pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Resources.7.6.0.zip;sourceType=sa]Az.Resources,7.6.0
pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Search.0.10.0.zip;sourceType=sa]Az.Search,0.10.0
pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Security.1.7.0.zip;sourceType=sa]Az.Security,1.7.0
pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SecurityInsights.3.1.2.zip;sourceType=sa]Az.SecurityInsights,3.1.2
pac38,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SelfHelp.0.2.0.zip;sourceType=sa]Az.SelfHelp,0.2.0
-pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceBus.4.0.0.zip;sourceType=sa]Az.ServiceBus,4.0.0
+pac39,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceBus.4.0.1.zip;sourceType=sa]Az.ServiceBus,4.0.1
pac40,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceFabric.3.3.4.zip;sourceType=sa]Az.ServiceFabric,3.3.4
-pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.2.1.zip;sourceType=sa]Az.ServiceLinker,0.2.1
+pac41,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.2.2.zip;sourceType=sa]Az.ServiceLinker,0.2.2
pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.0.2.zip;sourceType=sa]Az.SignalR,2.0.2
pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sphere.0.1.2.zip;sourceType=sa]Az.Sphere,0.1.2
pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.3.1.zip;sourceType=sa]Az.SpringCloud,0.3.1
@@ -49,7 +49,7 @@ pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.4.1.zip;sourceType=sa]Az.StackHCI,2.4.1
pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.0.5.zip;sourceType=sa]Az.StackHCIVM,1.0.5
pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.2.0.zip;sourceType=sa]Az.StandbyPool,0.2.0
-pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.7.4.0.zip;sourceType=sa]Az.Storage,7.4.0
+pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.7.5.0.zip;sourceType=sa]Az.Storage,7.5.0
pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.0.1.0.zip;sourceType=sa]Az.StorageAction,0.1.0
pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.1.1.zip;sourceType=sa]Az.StorageCache,0.1.1
pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.1.4.0.zip;sourceType=sa]Az.StorageMover,1.4.0
@@ -58,7 +58,7 @@ pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.11.1.zip;sourceType=sa]Az.Subscription,0.11.1
pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.2.0.0.zip;sourceType=sa]Az.Support,2.0.0
pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.0.10.zip;sourceType=sa]Az.Synapse,3.0.10
-pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Terraform.0.1.0.zip;sourceType=sa]Az.Terraform,0.1.0
+pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Terraform.0.1.1.zip;sourceType=sa]Az.Terraform,0.1.1
pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.2.zip;sourceType=sa]Az.TimeSeriesInsights,0.2.2
pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.2.2.zip;sourceType=sa]Az.TrafficManager,1.2.2
pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.7.1.zip;sourceType=sa]Az.VMware,0.7.1
diff --git a/tools/ExternalContributors.md b/tools/ExternalContributors.md
index 0b4d2d40af2b..b57aeed438c4 100644
--- a/tools/ExternalContributors.md
+++ b/tools/ExternalContributors.md
@@ -1,2 +1,22 @@
### Thanks to our community contributors
-* @jufuku0108, Update New-AzKeyVault.md (#26032)
+* @azure-pipelines[bot]
+ * Migrate HealthDataAIServices from generation to release-2024-11-11 (#26550)
+ * Migrate ConnectedKubernetes from generation to main (#26287)
+ * Migrate ConnectedMachine from generation to main (#26288)
+ * Migrate Resources from generation to main (#26244)
+ * Migrate Communication from generation to main (#26245)
+ * Migrate RedisEnterpriseCache from generation to main (#26298)
+ * Migrate EventGrid from generation to main (#26341)
+ * Migrate RedisEnterpriseCache from generation to main (#26350)
+ * Migrate AksArc from generation to main (#26343)
+ * Move Elastic to main (#26340)
+ * Migrate Resources from generation to main (#26363)
+ * Migrate Monitor from generation to main (#26243)
+ * Migrate DesktopVirtualization from generation to main (#26451)
+ * Migrate DesktopVirtualization from generation to main (#26413)
+ * Migrate Dataprotection from generation to release-2024-11-11 (#26534)
+ * Move ArcGateway to release-2024-11-11 (#26529)
+ * Migrate Migrate from generation to main (#26407)
+ * Migrate Resources from generation to release-2024-11-11 (#26535)
+* Laurent Bouriez (@lbouriez), Update New-AzGalleryImageVersion.md (#26259)
+* @reyjordi, made note to address a limitation on AppGW PowerShell (#26473)
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json
index 9f9aef5d3a60..626b022564c7 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Accounts",
- "ModuleVersion": "3.0.4",
+ "ModuleVersion": "3.0.5",
"Cmdlets": [
{
"VerbName": "Add",
@@ -469,7 +469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1023,7 +1023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1323,7 +1323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1399,7 +1399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1445,7 +1445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2118,7 +2118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2183,7 +2183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2276,7 +2276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2356,7 +2356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2432,7 +2432,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2775,7 +2775,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2909,7 +2909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3121,7 +3121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3318,7 +3318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3560,7 +3560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3772,7 +3772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4011,7 +4011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4228,7 +4228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4482,7 +4482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4698,7 +4698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4755,7 +4755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication",
"Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -4820,7 +4820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4855,7 +4855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5308,7 +5308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5362,7 +5362,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5442,7 +5442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5513,7 +5513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5584,7 +5584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5645,7 +5645,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5691,7 +5691,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5748,7 +5748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication",
"Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -5813,7 +5813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5848,7 +5848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6290,7 +6290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpiresOn": "System.DateTimeOffset",
"Token": "System.String",
@@ -6336,7 +6336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSSecureAccessToken",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSSecureAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSSecureAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpiresOn": "System.DateTimeOffset",
"Token": "System.Security.SecureString",
@@ -6684,7 +6684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "Microsoft.Azure.PowerShell.Common.Config.ConfigScope",
"Value": "System.Object",
@@ -7384,7 +7384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication",
"Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -7449,7 +7449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7484,7 +7484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7537,7 +7537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -8617,7 +8617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8682,7 +8682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8743,7 +8743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8789,7 +8789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8842,7 +8842,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Int32",
"Headers": "System.Net.Http.Headers.HttpResponseHeaders",
@@ -9542,7 +9542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common",
"Name": "Microsoft.Azure.Commands.Common.VTable",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProfileName": "System.String"
},
@@ -9703,7 +9703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9802,7 +9802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9878,7 +9878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9969,7 +9969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10127,7 +10127,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10177,7 +10177,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10337,7 +10337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10445,7 +10445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10536,7 +10536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10642,7 +10642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10710,7 +10710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Errors",
"Name": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorCategory": "System.Management.Automation.ErrorCategoryInfo",
"ErrorDetails": "System.Management.Automation.ErrorDetails",
@@ -10761,7 +10761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Errors",
"Name": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InnerException": "System.Boolean",
"Exception": "System.Exception",
@@ -10825,7 +10825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Errors",
"Name": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestMessage": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo",
"ServerResponse": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo",
@@ -11414,7 +11414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11483,7 +11483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11529,7 +11529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11590,7 +11590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11912,7 +11912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12021,7 +12021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12144,7 +12144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12269,7 +12269,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12402,7 +12402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12516,7 +12516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12611,7 +12611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12667,7 +12667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -12734,7 +12734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12799,7 +12799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12860,7 +12860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13348,7 +13348,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13556,7 +13556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14121,7 +14121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14421,7 +14421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14575,7 +14575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "Microsoft.Azure.PowerShell.Common.Config.ConfigScope",
"Value": "System.Object",
@@ -14759,7 +14759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Config.Models",
"Name": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig, Microsoft.Azure.PowerShell.Authentication, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig, Microsoft.Azure.PowerShell.Authentication, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -14980,7 +14980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Config.Models",
"Name": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig, Microsoft.Azure.PowerShell.Authentication, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Config.Models.LoginExperienceConfig, Microsoft.Azure.PowerShell.Authentication, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15345,7 +15345,7 @@
"Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication",
"Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -15637,7 +15637,7 @@
"Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo": {
"Namespace": "Microsoft.Azure.Commands.Profile.Errors",
"Name": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]",
"Verb": "System.String",
@@ -15714,7 +15714,7 @@
"Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo": {
"Namespace": "Microsoft.Azure.Commands.Profile.Errors",
"Name": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=3.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]",
"ResponseStatusCode": "System.String",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.AksArc.json b/tools/Tools.Common/SerializedCmdlets/Az.AksArc.json
new file mode 100644
index 000000000000..281f8b860a70
--- /dev/null
+++ b/tools/Tools.Common/SerializedCmdlets/Az.AksArc.json
@@ -0,0 +1,14509 @@
+{
+ "ModuleName": "Az.AksArc",
+ "ModuleVersion": "0.1.2",
+ "Cmdlets": [
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksArcCluster",
+ "Name": "Get-AzAksArcCluster",
+ "ClassName": "Get-AzAksArcCluster",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedCluster, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "StatusControlPlaneStatus": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile]",
+ "SshPublicKey": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem]",
+ "AgentPoolProfile": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile]",
+ "InfraNetworkProfileVnetSubnetId": "System.Collections.Generic.List`1[System.String]",
+ "SmbCsiDriverEnabled": "System.Nullable`1[System.Boolean]",
+ "NfCsiDriverEnabled": "System.Nullable`1[System.Boolean]",
+ "ControlPlaneCount": "System.Nullable`1[System.Int32]",
+ "LoadBalancerProfileCount": "System.Nullable`1[System.Int32]",
+ "NetworkProfilePodCidr": "System.String",
+ "LicenseProfileAzureHybridBenefit": "System.String",
+ "KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "ExtendedLocationType": "System.String",
+ "ExtendedLocationName": "System.String",
+ "ControlPlaneVMSize": "System.String",
+ "ControlPlaneEndpointHostIP": "System.String",
+ "NetworkProfileNetworkPolicy": "System.String",
+ "StatusCurrentState": "System.String",
+ "ClusterVMAccessProfileAuthorizedIprange": "System.String",
+ "AutoScalerProfileSkipNodesWithLocalStorage": "System.String",
+ "AutoScalerProfileBalanceSimilarNodeGroup": "System.String",
+ "AutoScalerProfileExpander": "System.String",
+ "AutoScalerProfileMaxEmptyBulkDelete": "System.String",
+ "AutoScalerProfileMaxGracefulTerminationSec": "System.String",
+ "AutoScalerProfileMaxNodeProvisionTime": "System.String",
+ "AutoScalerProfileMaxTotalUnreadyPercentage": "System.String",
+ "AutoScalerProfileNewPodScaleUpDelay": "System.String",
+ "AutoScalerProfileOkTotalUnreadyCount": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterAdd": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterDelete": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterFailure": "System.String",
+ "AutoScalerProfileScaleDownUnneededTime": "System.String",
+ "AutoScalerProfileScaleDownUnreadyTime": "System.String",
+ "AutoScalerProfileScaleDownUtilizationThreshold": "System.String",
+ "AutoScalerProfileScanInterval": "System.String",
+ "AutoScalerProfileSkipNodesWithSystemPod": "System.String",
+ "StatusErrorMessage": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksArcClusterAdminKubeconfig",
+ "Name": "Get-AzAksArcClusterAdminKubeconfig",
+ "ClassName": "Get-AzAksArcClusterAdminKubeconfig",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IListCredentialResponse",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IListCredentialResponse, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Kubeconfig": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult]",
+ "Code": "System.String",
+ "Id": "System.String",
+ "Message": "System.String",
+ "Name": "System.String",
+ "ResourceId": "System.String",
+ "Status": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "FilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksArcClusterUpgrade",
+ "Name": "Get-AzAksArcClusterUpgrade",
+ "ClassName": "Get-AzAksArcClusterUpgrade",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterUpgradeProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterUpgradeProfile, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ControlPlaneProfileUpgrade": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterPoolUpgradeProfileProperties]",
+ "ControlPlaneProfileKubernetesVersion": "System.String",
+ "ControlPlaneProfileOSType": "System.String",
+ "ProvisioningState": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksArcClusterUserKubeconfig",
+ "Name": "Get-AzAksArcClusterUserKubeconfig",
+ "ClassName": "Get-AzAksArcClusterUserKubeconfig",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IListCredentialResponse",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IListCredentialResponse, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Kubeconfig": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult]",
+ "Code": "System.String",
+ "Id": "System.String",
+ "Message": "System.String",
+ "Name": "System.String",
+ "ResourceId": "System.String",
+ "Status": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "FilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksArcKubernetesVersion",
+ "Name": "Get-AzAksArcKubernetesVersion",
+ "ClassName": "Get-AzAksArcKubernetesVersion",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProfile, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProperties]",
+ "ExtendedLocationName": "System.String",
+ "ExtendedLocationType": "System.String",
+ "ProvisioningState": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksArcLog",
+ "Name": "Get-AzAksArcLog",
+ "ClassName": "Get-AzAksArcLog",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedCluster, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "StatusControlPlaneStatus": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile]",
+ "SshPublicKey": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem]",
+ "AgentPoolProfile": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile]",
+ "InfraNetworkProfileVnetSubnetId": "System.Collections.Generic.List`1[System.String]",
+ "SmbCsiDriverEnabled": "System.Nullable`1[System.Boolean]",
+ "NfCsiDriverEnabled": "System.Nullable`1[System.Boolean]",
+ "ControlPlaneCount": "System.Nullable`1[System.Int32]",
+ "LoadBalancerProfileCount": "System.Nullable`1[System.Int32]",
+ "NetworkProfilePodCidr": "System.String",
+ "LicenseProfileAzureHybridBenefit": "System.String",
+ "KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "ExtendedLocationType": "System.String",
+ "ExtendedLocationName": "System.String",
+ "ControlPlaneVMSize": "System.String",
+ "ControlPlaneEndpointHostIP": "System.String",
+ "NetworkProfileNetworkPolicy": "System.String",
+ "StatusCurrentState": "System.String",
+ "ClusterVMAccessProfileAuthorizedIprange": "System.String",
+ "AutoScalerProfileSkipNodesWithLocalStorage": "System.String",
+ "AutoScalerProfileBalanceSimilarNodeGroup": "System.String",
+ "AutoScalerProfileExpander": "System.String",
+ "AutoScalerProfileMaxEmptyBulkDelete": "System.String",
+ "AutoScalerProfileMaxGracefulTerminationSec": "System.String",
+ "AutoScalerProfileMaxNodeProvisionTime": "System.String",
+ "AutoScalerProfileMaxTotalUnreadyPercentage": "System.String",
+ "AutoScalerProfileNewPodScaleUpDelay": "System.String",
+ "AutoScalerProfileOkTotalUnreadyCount": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterAdd": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterDelete": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterFailure": "System.String",
+ "AutoScalerProfileScaleDownUnneededTime": "System.String",
+ "AutoScalerProfileScaleDownUnreadyTime": "System.String",
+ "AutoScalerProfileScaleDownUtilizationThreshold": "System.String",
+ "AutoScalerProfileScanInterval": "System.String",
+ "AutoScalerProfileSkipNodesWithSystemPod": "System.String",
+ "StatusErrorMessage": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ipAddress",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "sshkeypath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "outdir",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ipAddress",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "sshkeypath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "outdir",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksArcNodepool",
+ "Name": "Get-AzAksArcNodepool",
+ "ClassName": "Get-AzAksArcNodepool",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPool",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPool, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodeLabel": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels",
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolTags",
+ "StatusReadyReplica": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile]",
+ "NodeTaint": "System.Collections.Generic.List`1[System.String]",
+ "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
+ "MinCount": "System.Nullable`1[System.Int32]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
+ "MaxPod": "System.Nullable`1[System.Int32]",
+ "KubernetesVersion": "System.String",
+ "ExtendedLocationType": "System.String",
+ "OSSku": "System.String",
+ "OSType": "System.String",
+ "ProvisioningState": "System.String",
+ "StatusCurrentState": "System.String",
+ "StatusErrorMessage": "System.String",
+ "ExtendedLocationName": "System.String",
+ "VMSize": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksArcVirtualNetwork",
+ "Name": "Get-AzAksArcVirtualNetwork",
+ "ClassName": "Get-AzAksArcVirtualNetwork",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List1",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetwork",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetwork, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "VipPool": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVipPoolItem]",
+ "VmipPool": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVmipPoolItem]",
+ "DnsServer": "System.Collections.Generic.List`1[System.String]",
+ "VlanId": "System.Nullable`1[System.Int32]",
+ "Code": "System.String",
+ "ExtendedLocationName": "System.String",
+ "ExtendedLocationType": "System.String",
+ "Gateway": "System.String",
+ "HciMocGroup": "System.String",
+ "HciMocLocation": "System.String",
+ "HciMocVnetName": "System.String",
+ "IPAddressPrefix": "System.String",
+ "Message": "System.String",
+ "OperationStatus": "System.String",
+ "OperationStatusOperationId": "System.String",
+ "ProvisioningState": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "VirtualNetworkName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Retrieve",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "VirtualNetworkName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "List",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "List1",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "RetrieveViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzAksArcVMSku",
+ "Name": "Get-AzAksArcVMSku",
+ "ClassName": "Get-AzAksArcVMSku",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuProfile, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuProperties]",
+ "ExtendedLocationName": "System.String",
+ "ExtendedLocationType": "System.String",
+ "ProvisioningState": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Invoke",
+ "NounName": "AzAksArcClusterUpgrade",
+ "Name": "Invoke-AzAksArcClusterUpgrade",
+ "ClassName": "Invoke-AzAksArcClusterUpgrade",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "UpdateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedCluster, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "StatusControlPlaneStatus": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile]",
+ "SshPublicKey": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem]",
+ "AgentPoolProfile": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile]",
+ "InfraNetworkProfileVnetSubnetId": "System.Collections.Generic.List`1[System.String]",
+ "SmbCsiDriverEnabled": "System.Nullable`1[System.Boolean]",
+ "NfCsiDriverEnabled": "System.Nullable`1[System.Boolean]",
+ "ControlPlaneCount": "System.Nullable`1[System.Int32]",
+ "LoadBalancerProfileCount": "System.Nullable`1[System.Int32]",
+ "NetworkProfilePodCidr": "System.String",
+ "LicenseProfileAzureHybridBenefit": "System.String",
+ "KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "ExtendedLocationType": "System.String",
+ "ExtendedLocationName": "System.String",
+ "ControlPlaneVMSize": "System.String",
+ "ControlPlaneEndpointHostIP": "System.String",
+ "NetworkProfileNetworkPolicy": "System.String",
+ "StatusCurrentState": "System.String",
+ "ClusterVMAccessProfileAuthorizedIprange": "System.String",
+ "AutoScalerProfileSkipNodesWithLocalStorage": "System.String",
+ "AutoScalerProfileBalanceSimilarNodeGroup": "System.String",
+ "AutoScalerProfileExpander": "System.String",
+ "AutoScalerProfileMaxEmptyBulkDelete": "System.String",
+ "AutoScalerProfileMaxGracefulTerminationSec": "System.String",
+ "AutoScalerProfileMaxNodeProvisionTime": "System.String",
+ "AutoScalerProfileMaxTotalUnreadyPercentage": "System.String",
+ "AutoScalerProfileNewPodScaleUpDelay": "System.String",
+ "AutoScalerProfileOkTotalUnreadyCount": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterAdd": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterDelete": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterFailure": "System.String",
+ "AutoScalerProfileScaleDownUnneededTime": "System.String",
+ "AutoScalerProfileScaleDownUnreadyTime": "System.String",
+ "AutoScalerProfileScaleDownUtilizationThreshold": "System.String",
+ "AutoScalerProfileScanInterval": "System.String",
+ "AutoScalerProfileSkipNodesWithSystemPod": "System.String",
+ "StatusErrorMessage": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Upgrade",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzAksArcCluster",
+ "Name": "New-AzAksArcCluster",
+ "ClassName": "New-AzAksArcCluster",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "CreateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedCluster, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "StatusControlPlaneStatus": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile]",
+ "SshPublicKey": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem]",
+ "AgentPoolProfile": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile]",
+ "InfraNetworkProfileVnetSubnetId": "System.Collections.Generic.List`1[System.String]",
+ "SmbCsiDriverEnabled": "System.Nullable`1[System.Boolean]",
+ "NfCsiDriverEnabled": "System.Nullable`1[System.Boolean]",
+ "ControlPlaneCount": "System.Nullable`1[System.Int32]",
+ "LoadBalancerProfileCount": "System.Nullable`1[System.Int32]",
+ "NetworkProfilePodCidr": "System.String",
+ "LicenseProfileAzureHybridBenefit": "System.String",
+ "KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "ExtendedLocationType": "System.String",
+ "ExtendedLocationName": "System.String",
+ "ControlPlaneVMSize": "System.String",
+ "ControlPlaneEndpointHostIP": "System.String",
+ "NetworkProfileNetworkPolicy": "System.String",
+ "StatusCurrentState": "System.String",
+ "ClusterVMAccessProfileAuthorizedIprange": "System.String",
+ "AutoScalerProfileSkipNodesWithLocalStorage": "System.String",
+ "AutoScalerProfileBalanceSimilarNodeGroup": "System.String",
+ "AutoScalerProfileExpander": "System.String",
+ "AutoScalerProfileMaxEmptyBulkDelete": "System.String",
+ "AutoScalerProfileMaxGracefulTerminationSec": "System.String",
+ "AutoScalerProfileMaxNodeProvisionTime": "System.String",
+ "AutoScalerProfileMaxTotalUnreadyPercentage": "System.String",
+ "AutoScalerProfileNewPodScaleUpDelay": "System.String",
+ "AutoScalerProfileOkTotalUnreadyCount": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterAdd": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterDelete": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterFailure": "System.String",
+ "AutoScalerProfileScaleDownUnneededTime": "System.String",
+ "AutoScalerProfileScaleDownUnreadyTime": "System.String",
+ "AutoScalerProfileScaleDownUtilizationThreshold": "System.String",
+ "AutoScalerProfileScanInterval": "System.String",
+ "AutoScalerProfileSkipNodesWithSystemPod": "System.String",
+ "StatusErrorMessage": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxPod",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "VnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ControlPlaneIP",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AdminGroupObjectID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SshAuthIp",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ControlPlaneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ControlPlaneVMSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAzureHybridBenefit",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAzureRbac",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LoadBalancerCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PodCidr",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NfCsiDriverEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SmbCsiDriverEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SshKeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileBalanceSimilarNodeGroup",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileExpander",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileMaxEmptyBulkDelete",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileMaxGracefulTerminationSec",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileMaxNodeProvisionTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileMaxTotalUnreadyPercentage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileNewPodScaleUpDelay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileOkTotalUnreadyCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownDelayAfterAdd",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownDelayAfterDelete",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownDelayAfterFailure",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownUnneededTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownUnreadyTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownUtilizationThreshold",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScanInterval",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileSkipNodesWithLocalStorage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileSkipNodesWithSystemPod",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneIP",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdminGroupObjectID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureHybridBenefit",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureRbac",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "AutoScaling",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxPod",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneIP",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdminGroupObjectID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureHybridBenefit",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureRbac",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxPod",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshAuthIp",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneVMSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KubernetesVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LoadBalancerCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PodCidr",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NfCsiDriverEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SmbCsiDriverEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SshKeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileBalanceSimilarNodeGroup",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileExpander",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxEmptyBulkDelete",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxGracefulTerminationSec",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxNodeProvisionTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxTotalUnreadyPercentage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileNewPodScaleUpDelay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileOkTotalUnreadyCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownDelayAfterAdd",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownDelayAfterDelete",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownDelayAfterFailure",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownUnneededTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownUnreadyTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownUtilizationThreshold",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScanInterval",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileSkipNodesWithLocalStorage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileSkipNodesWithSystemPod",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneIP",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdminGroupObjectID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureHybridBenefit",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureRbac",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaJsonFilePath",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneIP",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdminGroupObjectID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureHybridBenefit",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureRbac",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaJsonString",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VnetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneIP",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdminGroupObjectID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureHybridBenefit",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureRbac",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzAksArcNodepool",
+ "Name": "New-AzAksArcNodepool",
+ "ClassName": "New-AzAksArcNodepool",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "CreateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPool",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPool, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodeLabel": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels",
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolTags",
+ "StatusReadyReplica": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile]",
+ "NodeTaint": "System.Collections.Generic.List`1[System.String]",
+ "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
+ "MinCount": "System.Nullable`1[System.Int32]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
+ "MaxPod": "System.Nullable`1[System.Int32]",
+ "KubernetesVersion": "System.String",
+ "ExtendedLocationType": "System.String",
+ "OSSku": "System.String",
+ "OSType": "System.String",
+ "ProvisioningState": "System.String",
+ "StatusCurrentState": "System.String",
+ "StatusErrorMessage": "System.String",
+ "ExtendedLocationName": "System.String",
+ "VMSize": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Count",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxPod",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "OSSku",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "OSType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "VMSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Count",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxPod",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "OSSku",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "OSType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VMSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "AutoScaling",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaJsonFilePath",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaJsonString",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzAksArcVirtualNetwork",
+ "Name": "New-AzAksArcVirtualNetwork",
+ "ClassName": "New-AzAksArcVirtualNetwork",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "CreateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetwork",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetwork, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "VipPool": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVipPoolItem]",
+ "VmipPool": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVmipPoolItem]",
+ "DnsServer": "System.Collections.Generic.List`1[System.String]",
+ "VlanId": "System.Nullable`1[System.Int32]",
+ "Code": "System.String",
+ "ExtendedLocationName": "System.String",
+ "ExtendedLocationType": "System.String",
+ "Gateway": "System.String",
+ "HciMocGroup": "System.String",
+ "HciMocLocation": "System.String",
+ "HciMocVnetName": "System.String",
+ "IPAddressPrefix": "System.String",
+ "Message": "System.String",
+ "OperationStatus": "System.String",
+ "OperationStatusOperationId": "System.String",
+ "ProvisioningState": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MocGroup",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MocLocation",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MocVnetName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CustomLocationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MocGroup",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MocLocation",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MocVnetName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaJsonFilePath",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaJsonString",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzAksArcCluster",
+ "Name": "Remove-AzAksArcCluster",
+ "ClassName": "Remove-AzAksArcCluster",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzAksArcNodepool",
+ "Name": "Remove-AzAksArcNodepool",
+ "ClassName": "Remove-AzAksArcNodepool",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Delete",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "DeleteViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzAksArcVirtualNetwork",
+ "Name": "Remove-AzAksArcVirtualNetwork",
+ "ClassName": "Remove-AzAksArcVirtualNetwork",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "VirtualNetworkName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Delete",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "VirtualNetworkName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "DeleteViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Update",
+ "NounName": "AzAksArcCluster",
+ "Name": "Update-AzAksArcCluster",
+ "ClassName": "Update-AzAksArcCluster",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "UpdateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedCluster",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedCluster, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "StatusControlPlaneStatus": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile]",
+ "SshPublicKey": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem]",
+ "AgentPoolProfile": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile]",
+ "InfraNetworkProfileVnetSubnetId": "System.Collections.Generic.List`1[System.String]",
+ "SmbCsiDriverEnabled": "System.Nullable`1[System.Boolean]",
+ "NfCsiDriverEnabled": "System.Nullable`1[System.Boolean]",
+ "ControlPlaneCount": "System.Nullable`1[System.Int32]",
+ "LoadBalancerProfileCount": "System.Nullable`1[System.Int32]",
+ "NetworkProfilePodCidr": "System.String",
+ "LicenseProfileAzureHybridBenefit": "System.String",
+ "KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
+ "ExtendedLocationType": "System.String",
+ "ExtendedLocationName": "System.String",
+ "ControlPlaneVMSize": "System.String",
+ "ControlPlaneEndpointHostIP": "System.String",
+ "NetworkProfileNetworkPolicy": "System.String",
+ "StatusCurrentState": "System.String",
+ "ClusterVMAccessProfileAuthorizedIprange": "System.String",
+ "AutoScalerProfileSkipNodesWithLocalStorage": "System.String",
+ "AutoScalerProfileBalanceSimilarNodeGroup": "System.String",
+ "AutoScalerProfileExpander": "System.String",
+ "AutoScalerProfileMaxEmptyBulkDelete": "System.String",
+ "AutoScalerProfileMaxGracefulTerminationSec": "System.String",
+ "AutoScalerProfileMaxNodeProvisionTime": "System.String",
+ "AutoScalerProfileMaxTotalUnreadyPercentage": "System.String",
+ "AutoScalerProfileNewPodScaleUpDelay": "System.String",
+ "AutoScalerProfileOkTotalUnreadyCount": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterAdd": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterDelete": "System.String",
+ "AutoScalerProfileScaleDownDelayAfterFailure": "System.String",
+ "AutoScalerProfileScaleDownUnneededTime": "System.String",
+ "AutoScalerProfileScaleDownUnreadyTime": "System.String",
+ "AutoScalerProfileScaleDownUtilizationThreshold": "System.String",
+ "AutoScalerProfileScanInterval": "System.String",
+ "AutoScalerProfileSkipNodesWithSystemPod": "System.String",
+ "StatusErrorMessage": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AdminGroupObjectID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAzureHybridBenefit",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ControlPlaneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NfCsiDriverEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SmbCsiDriverEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileBalanceSimilarNodeGroup",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileExpander",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileMaxEmptyBulkDelete",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileMaxGracefulTerminationSec",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileMaxNodeProvisionTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileMaxTotalUnreadyPercentage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileNewPodScaleUpDelay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileOkTotalUnreadyCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownDelayAfterAdd",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownDelayAfterDelete",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownDelayAfterFailure",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownUnneededTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownUnreadyTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScaleDownUtilizationThreshold",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileScanInterval",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileSkipNodesWithLocalStorage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoScalerProfileSkipNodesWithSystemPod",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdminGroupObjectID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureHybridBenefit",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NfCsiDriverEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SmbCsiDriverEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileBalanceSimilarNodeGroup",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileExpander",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxEmptyBulkDelete",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxGracefulTerminationSec",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxNodeProvisionTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxTotalUnreadyPercentage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileNewPodScaleUpDelay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileOkTotalUnreadyCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownDelayAfterAdd",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownDelayAfterDelete",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownDelayAfterFailure",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownUnneededTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownUnreadyTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownUtilizationThreshold",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScanInterval",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileSkipNodesWithLocalStorage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileSkipNodesWithSystemPod",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "AutoScaling",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AdminGroupObjectID",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAzureHybridBenefit",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ControlPlaneCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NfCsiDriverEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SmbCsiDriverEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileBalanceSimilarNodeGroup",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileExpander",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxEmptyBulkDelete",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxGracefulTerminationSec",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxNodeProvisionTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileMaxTotalUnreadyPercentage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileNewPodScaleUpDelay",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileOkTotalUnreadyCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownDelayAfterAdd",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownDelayAfterDelete",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownDelayAfterFailure",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownUnneededTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownUnreadyTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScaleDownUtilizationThreshold",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileScanInterval",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileSkipNodesWithLocalStorage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoScalerProfileSkipNodesWithSystemPod",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Update",
+ "NounName": "AzAksArcNodepool",
+ "Name": "Update-AzAksArcNodepool",
+ "ClassName": "Update-AzAksArcNodepool",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "UpdateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPool",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPool, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "NodeLabel": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels",
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolTags",
+ "StatusReadyReplica": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile]",
+ "NodeTaint": "System.Collections.Generic.List`1[System.String]",
+ "EnableAutoScaling": "System.Nullable`1[System.Boolean]",
+ "MinCount": "System.Nullable`1[System.Int32]",
+ "Count": "System.Nullable`1[System.Int32]",
+ "MaxCount": "System.Nullable`1[System.Int32]",
+ "MaxPod": "System.Nullable`1[System.Int32]",
+ "KubernetesVersion": "System.String",
+ "ExtendedLocationType": "System.String",
+ "OSSku": "System.String",
+ "OSType": "System.String",
+ "ProvisioningState": "System.String",
+ "StatusCurrentState": "System.String",
+ "StatusErrorMessage": "System.String",
+ "ExtendedLocationName": "System.String",
+ "VMSize": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Count",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "VMSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Count",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VMSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAksArcIdentity, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AgentPoolName": "System.String",
+ "ConnectedClusterResourceUri": "System.String",
+ "CustomLocationResourceUri": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "SubscriptionId": "System.String",
+ "VirtualNetworkName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Count",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VMSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "AutoScaling",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAutoScaling",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MinCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Count",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeLabel",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NodeTaint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "VMSize",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep[], Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "TypeDictionary": {
+ "System.String": {
+ "Name": "System.String"
+ },
+ "System.Boolean": {
+ "Name": "System.Boolean"
+ },
+ "System.Byte": {
+ "Name": "System.Byte"
+ },
+ "System.SByte": {
+ "Name": "System.SByte"
+ },
+ "System.Int16": {
+ "Name": "System.Int16"
+ },
+ "System.UInt16": {
+ "Name": "System.UInt16"
+ },
+ "System.Int32": {
+ "Name": "System.Int32"
+ },
+ "System.UInt32": {
+ "Name": "System.UInt32"
+ },
+ "System.Int64": {
+ "Name": "System.Int64"
+ },
+ "System.UInt64": {
+ "Name": "System.UInt64"
+ },
+ "System.Single": {
+ "Name": "System.Single"
+ },
+ "System.Double": {
+ "Name": "System.Double"
+ },
+ "System.Decimal": {
+ "Name": "System.Decimal"
+ },
+ "System.Char": {
+ "Name": "System.Char"
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAddonStatusProfile, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Ready": "System.Nullable`1[System.Boolean]",
+ "ErrorMessage": "System.String",
+ "Name": "System.String",
+ "Phase": "System.String"
+ }
+ },
+ "System.Nullable`1[System.Boolean]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "KeyData": "System.String"
+ }
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "System.Collections.Generic.List`1[System.String]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[System.String]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String"
+ ]
+ },
+ "System.Nullable`1[System.Int32]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.SendAsyncStep, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Target": "System.Object",
+ "Method": "System.Reflection.MethodInfo"
+ },
+ "Methods": [
+ {
+ "Name": "Invoke",
+ "Parameters": [
+ {
+ "Name": "request",
+ "Type": "System.Net.Http.HttpRequestMessage"
+ },
+ {
+ "Name": "callback",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IEventListener"
+ },
+ {
+ "Name": "next",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.ISendAsync"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]"
+ },
+ {
+ "Name": "BeginInvoke",
+ "Parameters": [
+ {
+ "Name": "request",
+ "Type": "System.Net.Http.HttpRequestMessage"
+ },
+ {
+ "Name": "callback",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IEventListener"
+ },
+ {
+ "Name": "next",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.ISendAsync"
+ },
+ {
+ "Name": "__callback",
+ "Type": "System.AsyncCallback"
+ },
+ {
+ "Name": "object",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.IAsyncResult"
+ },
+ {
+ "Name": "EndInvoke",
+ "Parameters": [
+ {
+ "Name": "result",
+ "Type": "System.IAsyncResult"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]"
+ },
+ {
+ "Name": "GetObjectData",
+ "Parameters": [
+ {
+ "Name": "info",
+ "Type": "System.Runtime.Serialization.SerializationInfo"
+ },
+ {
+ "Name": "context",
+ "Type": "System.Runtime.Serialization.StreamingContext"
+ }
+ ],
+ "ReturnType": "System.Void"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetInvocationList",
+ "ReturnType": "System.Delegate[]"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "Clone",
+ "ReturnType": "System.Object"
+ },
+ {
+ "Name": "DynamicInvoke",
+ "Parameters": [
+ {
+ "Name": "args",
+ "Type": "System.Object[]"
+ }
+ ],
+ "ReturnType": "System.Object"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "object",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "method",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "System.Object": {
+ "Namespace": "System",
+ "Name": "System.Object",
+ "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "System.Reflection.MethodInfo": {
+ "Namespace": "System.Reflection",
+ "Name": "System.Reflection.MethodInfo",
+ "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": {
+ "Namespace": "System.Threading.Tasks",
+ "Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]",
+ "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Net.Http.HttpResponseMessage"
+ ]
+ },
+ "System.Net.Http.HttpResponseMessage": {
+ "Namespace": "System.Net.Http",
+ "Name": "System.Net.Http.HttpResponseMessage",
+ "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "System.IAsyncResult": {
+ "Namespace": "System",
+ "Name": "System.IAsyncResult",
+ "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "System.Void": {
+ "Namespace": "System",
+ "Name": "System.Void",
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "System.Delegate[]": {
+ "Namespace": "System",
+ "Name": "System.Delegate[]",
+ "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Delegate"
+ },
+ "System.Delegate": {
+ "Namespace": "System",
+ "Name": "System.Delegate",
+ "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "System.Type": {
+ "Namespace": "System",
+ "Name": "System.Type",
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ICredentialResult, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Byte[]",
+ "Name": "System.String"
+ }
+ },
+ "System.Byte[]": {
+ "Namespace": "System",
+ "Name": "System.Byte[]",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Byte"
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterPoolUpgradeProfileProperties]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterPoolUpgradeProfileProperties]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterPoolUpgradeProfileProperties, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterPoolUpgradeProfileProperties"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterPoolUpgradeProfileProperties": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterPoolUpgradeProfileProperties",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IProvisionedClusterPoolUpgradeProfileProperties, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "IsPreview": "System.Nullable`1[System.Boolean]",
+ "KubernetesVersion": "System.String"
+ }
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProperties]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProperties]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProperties, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProperties"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProperties": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProperties",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionProperties, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PatchVersion": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionPropertiesPatchVersions",
+ "IsPreview": "System.Nullable`1[System.Boolean]",
+ "Version": "System.String"
+ }
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionPropertiesPatchVersions": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionPropertiesPatchVersions",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionPropertiesPatchVersions, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolTags": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolTags",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolTags, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolUpdateProfile, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Count": "System.Nullable`1[System.Int32]",
+ "KubernetesVersion": "System.String",
+ "VMSize": "System.String"
+ }
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVipPoolItem]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVipPoolItem]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVipPoolItem, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVipPoolItem"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVipPoolItem": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVipPoolItem",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVipPoolItem, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EndIP": "System.String",
+ "StartIP": "System.String"
+ }
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVmipPoolItem]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVmipPoolItem]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVmipPoolItem, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVmipPoolItem"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVmipPoolItem": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVmipPoolItem",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesVmipPoolItem, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EndIP": "System.String",
+ "StartIP": "System.String"
+ }
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuProperties]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuProperties]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuProperties, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuProperties"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuProperties": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuProperties",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuProperties, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Capability": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuCapabilities]",
+ "Name": "System.String",
+ "ResourceType": "System.String",
+ "Size": "System.String",
+ "Tier": "System.String"
+ }
+ },
+ "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuCapabilities]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuCapabilities]",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuCapabilities, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuCapabilities"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuCapabilities": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuCapabilities",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVMSkuCapabilities, Az.AksArc.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Name": "System.String",
+ "Value": "System.String"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.AnalysisServices.json b/tools/Tools.Common/SerializedCmdlets/Az.AnalysisServices.json
index 675410120b4b..25eed351eafb 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.AnalysisServices.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.AnalysisServices.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.AnalysisServices",
- "ModuleVersion": "1.1.5",
+ "ModuleVersion": "1.1.6",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Dataplane",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureProfile, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureProfile, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Context": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext",
"Environments": "System.Collections.Hashtable"
@@ -71,7 +71,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80,7 +80,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -137,7 +137,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -172,7 +172,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -187,7 +187,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -237,7 +237,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -335,7 +335,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -353,7 +353,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -383,7 +383,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -413,7 +413,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -444,7 +444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirewallConfig": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
"GatewayInfo": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerGateway",
@@ -618,7 +618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnablePowerBIService": "System.Boolean",
"FirewallRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]"
@@ -674,7 +674,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -683,7 +683,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule"
]
@@ -721,7 +721,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -736,7 +736,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule"
]
@@ -792,7 +792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirewallRuleName": "System.String",
"RangeStart": "System.String",
@@ -989,7 +989,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirewallConfig": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
"GatewayInfo": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerGateway",
@@ -1135,7 +1135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnablePowerBIService": "System.Boolean",
"FirewallRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]"
@@ -1324,7 +1324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnablePowerBIService": "System.Boolean",
"FirewallRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]"
@@ -1399,7 +1399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirewallConfig": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
"GatewayInfo": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerGateway",
@@ -1476,7 +1476,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1541,7 +1541,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1619,7 +1619,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -1649,7 +1649,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1680,7 +1680,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirewallConfig": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
"GatewayInfo": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerGateway",
@@ -1757,7 +1757,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1822,7 +1822,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1878,7 +1878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirewallConfig": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
"GatewayInfo": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerGateway",
@@ -1991,7 +1991,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2000,7 +2000,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2033,7 +2033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnablePowerBIService": "System.Boolean",
"FirewallRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]"
@@ -2055,7 +2055,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2165,7 +2165,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2216,7 +2216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnablePowerBIService": "System.Boolean",
"FirewallRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]"
@@ -2371,7 +2371,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2422,7 +2422,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnablePowerBIService": "System.Boolean",
"FirewallRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]"
@@ -2472,7 +2472,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2562,7 +2562,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2613,7 +2613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnablePowerBIService": "System.Boolean",
"FirewallRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]"
@@ -2663,7 +2663,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2753,7 +2753,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2804,7 +2804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnablePowerBIService": "System.Boolean",
"FirewallRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]"
@@ -2864,7 +2864,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.AzureAnalysisServicesServer, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirewallConfig": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
"GatewayInfo": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerGateway",
@@ -2941,7 +2941,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3006,7 +3006,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3062,7 +3062,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.ScaleOutServerDatabaseSyncDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.ScaleOutServerDatabaseSyncDetails, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.ScaleOutServerDatabaseSyncDetails, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SyncState": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.DatabaseSyncState",
"UpdatedAt": "System.DateTime",
@@ -3131,7 +3131,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -3176,7 +3176,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3368,7 +3368,7 @@
"Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Dataplane",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureContext, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Account": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureAccount",
"Environment": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureEnvironment",
@@ -3407,7 +3407,7 @@
"Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureAccount": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Dataplane",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureAccount, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureAccount, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"UniqueId": "System.String",
@@ -3453,7 +3453,7 @@
"Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureEnvironment": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Dataplane",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureEnvironment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureEnvironment, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.AsAzureEnvironment, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Endpoints": "System.Collections.Hashtable",
"Name": "System.String"
@@ -3502,7 +3502,7 @@
"Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallConfig, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnablePowerBIService": "System.Boolean",
"FirewallRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]"
@@ -3550,7 +3550,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule"
]
@@ -3558,7 +3558,7 @@
"Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.PsAzureAnalysisServicesFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirewallRuleName": "System.String",
"RangeStart": "System.String",
@@ -3611,7 +3611,7 @@
"Microsoft.Azure.Commands.AnalysisServices.Models.ServerGateway": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerGateway, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerGateway, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GatewayResourceId": "System.String",
"GatewayObjectId": "System.String",
@@ -3650,7 +3650,7 @@
"Microsoft.Azure.Commands.AnalysisServices.Models.ServerSku": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerSku, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Models.ServerSku, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Int32",
"Tier": "System.String",
@@ -3829,7 +3829,7 @@
"Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.DatabaseSyncState": {
"Namespace": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models",
"Name": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.DatabaseSyncState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.DatabaseSyncState, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.AnalysisServices.Dataplane.Models.DatabaseSyncState, Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane, Version=1.1.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json b/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json
index d0326f5a9dbc..c56c0c87d7c5 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.ApiManagement.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.ApiManagement",
- "ModuleVersion": "4.0.4",
+ "ModuleVersion": "4.0.5",
"Cmdlets": [
{
"VerbName": "Add",
@@ -29,7 +29,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -60,7 +60,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState"
]
@@ -107,7 +107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -156,7 +156,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState"
]
@@ -240,7 +240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -306,7 +306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -421,7 +421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -487,7 +487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -589,7 +589,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -759,7 +759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -830,7 +830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VnetId": "System.Guid",
"SubnetName": "System.String",
@@ -910,7 +910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -999,7 +999,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VnetId": "System.Guid",
"SubnetName": "System.String",
@@ -1134,7 +1134,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -1200,7 +1200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -1302,7 +1302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -1763,7 +1763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -1794,7 +1794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1856,7 +1856,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -1905,7 +1905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1996,7 +1996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -2045,7 +2045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2098,7 +2098,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -2512,7 +2512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -2586,7 +2586,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -2670,7 +2670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -2750,7 +2750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -2815,7 +2815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -2880,7 +2880,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -2945,7 +2945,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -3002,7 +3002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedDateTime": "System.Nullable`1[System.DateTime]",
"UpdatedDateTime": "System.Nullable`1[System.DateTime]",
@@ -3063,7 +3063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -3129,7 +3129,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -3293,7 +3293,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRevision",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRevision, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRevision, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsOnline": "System.Nullable`1[System.Boolean]",
"IsCurrent": "System.Nullable`1[System.Boolean]",
@@ -3345,7 +3345,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -3402,7 +3402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -3489,7 +3489,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaId": "System.String",
"ApiId": "System.String",
@@ -3549,7 +3549,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -3615,7 +3615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -3779,7 +3779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
"ApiVersionSetId": "System.String",
@@ -3841,7 +3841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -3898,7 +3898,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -3978,7 +3978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -4050,7 +4050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessTokenSendingMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]",
"AuthorizationRequestMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]",
@@ -4123,7 +4123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -4180,7 +4180,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -4359,7 +4359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientSecret": "System.String"
},
@@ -4404,7 +4404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -4461,7 +4461,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -4640,7 +4640,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
"Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
@@ -4706,7 +4706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -4763,7 +4763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -4942,7 +4942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheId": "System.String",
"Description": "System.String",
@@ -5003,7 +5003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -5060,7 +5060,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -5209,7 +5209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
"ExpirationDate": "System.DateTime",
@@ -5270,7 +5270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -5327,7 +5327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -5506,7 +5506,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
"BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
@@ -5570,7 +5570,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -5636,7 +5636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -5800,7 +5800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
"GatewayId": "System.String",
@@ -5859,7 +5859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -5907,7 +5907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -5972,7 +5972,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6029,7 +6029,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NegotiateClientCertificate": "System.Nullable`1[System.Boolean]",
"Hostname": "System.String",
@@ -6090,7 +6090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6147,7 +6147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6212,7 +6212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6292,7 +6292,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6349,7 +6349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrimaryKey": "System.String",
"SecondaryKey": "System.String"
@@ -6395,7 +6395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6443,7 +6443,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6508,7 +6508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6565,7 +6565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType",
"System": "System.Boolean",
@@ -6617,7 +6617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6692,7 +6692,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6772,7 +6772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6852,7 +6852,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -6932,7 +6932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7004,7 +7004,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
"ClientId": "System.String",
@@ -7061,7 +7061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7074,7 +7074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7109,7 +7109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7159,7 +7159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7174,7 +7174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7231,7 +7231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientSecret": "System.String"
},
@@ -7276,7 +7276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7289,7 +7289,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7324,7 +7324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7374,7 +7374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7389,7 +7389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7446,7 +7446,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType",
"IsBuffered": "System.Nullable`1[System.Boolean]",
@@ -7497,7 +7497,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7545,7 +7545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7610,7 +7610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7667,7 +7667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
"Secret": "System.Boolean",
@@ -7729,7 +7729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7795,7 +7795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7860,7 +7860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7925,7 +7925,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -7990,7 +7990,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -8047,7 +8047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValueSecretValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValueSecretValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValueSecretValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.String"
},
@@ -8092,7 +8092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -8140,7 +8140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -8205,7 +8205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -8262,7 +8262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectivityStatus": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]",
"Location": "System.String",
@@ -8309,7 +8309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -8412,7 +8412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -8643,7 +8643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OpenIdConnectProviderId": "System.String",
"Name": "System.String",
@@ -8696,7 +8696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -8753,7 +8753,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -8818,7 +8818,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -8883,7 +8883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -8940,7 +8940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientSecret, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientSecret": "System.String"
},
@@ -8985,7 +8985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9033,7 +9033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9098,7 +9098,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9155,7 +9155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TemplateParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest",
@@ -9211,7 +9211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9277,7 +9277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9357,7 +9357,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9452,7 +9452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9522,7 +9522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9624,7 +9624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9734,7 +9734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9859,7 +9859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -9999,7 +9999,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -10101,7 +10101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState",
"SubscriptionRequired": "System.Nullable`1[System.Boolean]",
@@ -10156,7 +10156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -10222,7 +10222,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -10287,7 +10287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -10352,7 +10352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -10417,7 +10417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -10487,7 +10487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -10581,7 +10581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -10767,7 +10767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState",
"CreatedDate": "System.DateTime",
@@ -10839,7 +10839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -10914,7 +10914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -10979,7 +10979,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11059,7 +11059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11124,7 +11124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11189,7 +11189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11254,7 +11254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11311,7 +11311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionKey, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrimaryKey": "System.String",
"SecondaryKey": "System.String"
@@ -11357,7 +11357,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11405,7 +11405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11470,7 +11470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11527,7 +11527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"Id": "System.String",
@@ -11575,7 +11575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11614,7 +11614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11671,7 +11671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"Id": "System.String",
@@ -11719,7 +11719,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11758,7 +11758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11815,7 +11815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"Id": "System.String",
@@ -11863,7 +11863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11902,7 +11902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -11959,7 +11959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"Id": "System.String",
@@ -12007,7 +12007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12046,7 +12046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12103,7 +12103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementTenantConfigurationSyncState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementTenantConfigurationSyncState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementTenantConfigurationSyncState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsExport": "System.Boolean",
"IsSynced": "System.Boolean",
@@ -12154,7 +12154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12193,7 +12193,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12250,7 +12250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState",
"Identities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -12305,7 +12305,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12345,7 +12345,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState"
]
@@ -12401,7 +12401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12466,7 +12466,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12546,7 +12546,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState"
]
@@ -12594,7 +12594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12664,7 +12664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12712,7 +12712,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12784,7 +12784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -12858,7 +12858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -12889,7 +12889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12943,7 +12943,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType"
]
@@ -12955,7 +12955,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -13018,7 +13018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -13067,7 +13067,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13127,7 +13127,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType"
]
@@ -13145,7 +13145,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -13252,7 +13252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -13301,7 +13301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13361,7 +13361,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType"
]
@@ -13379,7 +13379,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -13486,7 +13486,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -13535,7 +13535,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiFormat, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13595,7 +13595,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType"
]
@@ -13613,7 +13613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -13712,7 +13712,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -13955,7 +13955,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"None",
@@ -13969,7 +13969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VnetId": "System.Guid",
"SubnetName": "System.String",
@@ -13996,7 +13996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion"
},
"ValidateNotNullOrEmpty": false
@@ -14006,7 +14006,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -14016,7 +14016,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -14026,7 +14026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendProtocol": "System.Collections.Hashtable",
"BackendProtocol": "System.Collections.Hashtable",
@@ -14259,7 +14259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"None",
@@ -14279,7 +14279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VnetId": "System.Guid",
"SubnetName": "System.String",
@@ -14318,7 +14318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion"
},
"ValidateNotNullOrEmpty": false
@@ -14334,7 +14334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -14350,7 +14350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -14366,7 +14366,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendProtocol": "System.Collections.Hashtable",
"BackendProtocol": "System.Collections.Hashtable",
@@ -14550,7 +14550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -14624,7 +14624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -14682,7 +14682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": true
@@ -14900,7 +14900,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -14994,7 +14994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": true
@@ -15350,7 +15350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedDateTime": "System.Nullable`1[System.DateTime]",
"UpdatedDateTime": "System.Nullable`1[System.DateTime]",
@@ -15411,7 +15411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -15486,7 +15486,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -15603,7 +15603,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -15677,7 +15677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -15761,7 +15761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -15893,7 +15893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaId": "System.String",
"ApiId": "System.String",
@@ -15953,7 +15953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -16037,7 +16037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -16147,7 +16147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -16257,7 +16257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -16359,7 +16359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
"ApiVersionSetId": "System.String",
@@ -16421,7 +16421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -16452,7 +16452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16514,7 +16514,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -16563,7 +16563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16661,7 +16661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessTokenSendingMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]",
"AuthorizationRequestMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]",
@@ -16734,7 +16734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -16819,7 +16819,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod"
},
"ValidateNotNullOrEmpty": false
@@ -16829,7 +16829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType"
},
"ValidateNotNullOrEmpty": true
@@ -16839,7 +16839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod"
},
"ValidateNotNullOrEmpty": true
@@ -16879,7 +16879,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod"
},
"ValidateNotNullOrEmpty": true
@@ -16933,7 +16933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -17072,7 +17072,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod"
},
"ValidateNotNullOrEmpty": false
@@ -17088,7 +17088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType"
},
"ValidateNotNullOrEmpty": true
@@ -17104,7 +17104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod"
},
"ValidateNotNullOrEmpty": true
@@ -17168,7 +17168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod"
},
"ValidateNotNullOrEmpty": true
@@ -17252,7 +17252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
"Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
@@ -17318,7 +17318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -17413,7 +17413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential",
"Certificate": "System.Collections.Generic.IEnumerable`1[System.String]",
@@ -17428,7 +17428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProxyCredentials": "System.Management.Automation.PSCredential",
"Url": "System.String"
@@ -17441,7 +17441,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerX509Names": "System.Collections.Hashtable",
"MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]",
@@ -17484,7 +17484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -17633,7 +17633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential",
"Certificate": "System.Collections.Generic.IEnumerable`1[System.String]",
@@ -17654,7 +17654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProxyCredentials": "System.Management.Automation.PSCredential",
"Url": "System.String"
@@ -17673,7 +17673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerX509Names": "System.Collections.Hashtable",
"MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]",
@@ -17734,7 +17734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential",
"Certificate": "System.Collections.Generic.IEnumerable`1[System.String]",
@@ -17994,7 +17994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProxyCredentials": "System.Management.Automation.PSCredential",
"Url": "System.String"
@@ -18152,7 +18152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerX509Names": "System.Collections.Hashtable",
"MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]",
@@ -18420,7 +18420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheId": "System.String",
"Description": "System.String",
@@ -18481,7 +18481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -18565,7 +18565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -18697,7 +18697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
"ExpirationDate": "System.DateTime",
@@ -18758,7 +18758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -18808,7 +18808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -18848,7 +18848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -18897,7 +18897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -18963,7 +18963,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -19012,7 +19012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -19079,7 +19079,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -19128,7 +19128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -19186,7 +19186,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -19430,7 +19430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation",
"HostnameType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType",
@@ -19494,7 +19494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19539,7 +19539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Expiry": "System.DateTime",
"Subject": "System.String",
@@ -19621,7 +19621,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19636,7 +19636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Expiry": "System.DateTime",
"Subject": "System.String",
@@ -19732,7 +19732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19853,7 +19853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19974,7 +19974,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20133,7 +20133,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
"BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
@@ -20197,7 +20197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -20246,7 +20246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SamplingPercentage": "System.Nullable`1[System.Double]",
"SamplingType": "System.String"
@@ -20259,7 +20259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -20272,7 +20272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -20311,7 +20311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -20390,7 +20390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SamplingPercentage": "System.Nullable`1[System.Double]",
"SamplingType": "System.String"
@@ -20409,7 +20409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -20428,7 +20428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -20485,7 +20485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
"GatewayId": "System.String",
@@ -20544,7 +20544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -20575,7 +20575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"City": "System.String",
@@ -20616,7 +20616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -20665,7 +20665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"City": "System.String",
@@ -20724,7 +20724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NegotiateClientCertificate": "System.Nullable`1[System.Boolean]",
"Hostname": "System.String",
@@ -20785,7 +20785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -20869,7 +20869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -21001,7 +21001,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType",
"System": "System.Boolean",
@@ -21053,7 +21053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -21093,7 +21093,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType"
]
@@ -21140,7 +21140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -21204,7 +21204,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType"
]
@@ -21275,7 +21275,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting",
"HeadersToLog": "System.String[]"
@@ -21441,7 +21441,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
"ClientId": "System.String",
@@ -21498,7 +21498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -21511,7 +21511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21628,7 +21628,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -21647,7 +21647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21836,7 +21836,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -21995,7 +21995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType",
"IsBuffered": "System.Nullable`1[System.Boolean]",
@@ -22046,7 +22046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -22142,7 +22142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -22270,7 +22270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -22365,7 +22365,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -22452,7 +22452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
"Secret": "System.Boolean",
@@ -22514,7 +22514,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -22573,7 +22573,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -22613,7 +22613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -22708,7 +22708,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -22766,7 +22766,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OpenIdConnectProviderId": "System.String",
"Name": "System.String",
@@ -22819,7 +22819,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -22912,7 +22912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -23059,7 +23059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TemplateParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest",
@@ -23115,7 +23115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -23191,7 +23191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter"
},
"ValidateNotNullOrEmpty": false
@@ -23201,7 +23201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
"Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
@@ -23216,7 +23216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse"
},
"ValidateNotNullOrEmpty": false
@@ -23252,7 +23252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -23376,7 +23376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter"
},
"ValidateNotNullOrEmpty": false
@@ -23392,7 +23392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
"Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
@@ -23413,7 +23413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse"
},
"ValidateNotNullOrEmpty": false
@@ -23467,7 +23467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -23513,7 +23513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting",
"HeadersToLog": "System.String[]"
@@ -23526,7 +23526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting",
"HeadersToLog": "System.String[]"
@@ -23565,7 +23565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting",
"HeadersToLog": "System.String[]"
@@ -23584,7 +23584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting",
"HeadersToLog": "System.String[]"
@@ -23641,7 +23641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState",
"SubscriptionRequired": "System.Nullable`1[System.Boolean]",
@@ -23696,7 +23696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -23781,7 +23781,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState"
]
@@ -23819,7 +23819,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -23952,7 +23952,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState"
]
@@ -24008,7 +24008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetwork": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
"Capacity": "System.Int32",
@@ -24084,7 +24084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VnetId": "System.Guid",
"SubnetName": "System.String",
@@ -24188,7 +24188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VnetId": "System.Guid",
"SubnetName": "System.String",
@@ -24295,7 +24295,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"City": "System.String",
@@ -24503,7 +24503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SamplingPercentage": "System.Nullable`1[System.Double]",
"SamplingType": "System.String"
@@ -24667,7 +24667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendProtocol": "System.Collections.Hashtable",
"BackendProtocol": "System.Collections.Hashtable",
@@ -24875,7 +24875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState",
"CreatedDate": "System.DateTime",
@@ -24947,7 +24947,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -25032,7 +25032,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState"
]
@@ -25070,7 +25070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -25164,7 +25164,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState"
]
@@ -25243,7 +25243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -25337,7 +25337,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState"
]
@@ -25416,7 +25416,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -25510,7 +25510,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState"
]
@@ -25566,7 +25566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation",
"EncodedCertificate": "System.String",
@@ -25758,7 +25758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState",
"Identities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25813,7 +25813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -25871,7 +25871,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState"
]
@@ -25918,7 +25918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -26012,7 +26012,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState"
]
@@ -26083,7 +26083,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserToken",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserToken, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserToken, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType",
"TokenExpiry": "System.DateTime",
@@ -26131,7 +26131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -26153,7 +26153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26200,7 +26200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -26234,7 +26234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26305,7 +26305,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VnetId": "System.Guid",
"SubnetName": "System.String",
@@ -26440,7 +26440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody",
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState",
@@ -26499,7 +26499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -26574,7 +26574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -26853,7 +26853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -26910,7 +26910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -27010,7 +27010,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -27076,7 +27076,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -27191,7 +27191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -27257,7 +27257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -27372,7 +27372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -27385,7 +27385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedDateTime": "System.Nullable`1[System.DateTime]",
"UpdatedDateTime": "System.Nullable`1[System.DateTime]",
@@ -27457,7 +27457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -27552,7 +27552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedDateTime": "System.Nullable`1[System.DateTime]",
"UpdatedDateTime": "System.Nullable`1[System.DateTime]",
@@ -27689,7 +27689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -27720,7 +27720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -27796,7 +27796,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -27891,7 +27891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -28050,7 +28050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -28081,7 +28081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaId": "System.String",
"ApiId": "System.String",
@@ -28143,7 +28143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -28238,7 +28238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaId": "System.String",
"ApiId": "System.String",
@@ -28435,7 +28435,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -28448,7 +28448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
"ApiVersionSetId": "System.String",
@@ -28521,7 +28521,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -28601,7 +28601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
"ApiVersionSetId": "System.String",
@@ -28800,7 +28800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -28857,7 +28857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -28957,7 +28957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -29014,7 +29014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -29114,7 +29114,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -29136,7 +29136,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheId": "System.String",
"Description": "System.String",
@@ -29199,7 +29199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -29279,7 +29279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheId": "System.String",
"Description": "System.String",
@@ -29477,7 +29477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -29534,7 +29534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -29634,7 +29634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -29665,7 +29665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
"BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
@@ -29731,7 +29731,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -29826,7 +29826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
"BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
@@ -30027,7 +30027,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -30049,7 +30049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
"GatewayId": "System.String",
@@ -30110,7 +30110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -30190,7 +30190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
"GatewayId": "System.String",
@@ -30386,7 +30386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -30417,7 +30417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NegotiateClientCertificate": "System.Nullable`1[System.Boolean]",
"Hostname": "System.String",
@@ -30480,7 +30480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -30575,7 +30575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayHostnameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NegotiateClientCertificate": "System.Nullable`1[System.Boolean]",
"Hostname": "System.String",
@@ -30773,7 +30773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -30830,7 +30830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -30930,7 +30930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -30943,7 +30943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -30987,7 +30987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31006,7 +31006,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -31087,7 +31087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31144,7 +31144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31244,7 +31244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31301,7 +31301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31401,7 +31401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31458,7 +31458,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31558,7 +31558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31633,7 +31633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31763,7 +31763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31838,7 +31838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31918,7 +31918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -31998,7 +31998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -32093,7 +32093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -32178,7 +32178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -32244,7 +32244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -32359,7 +32359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -32425,7 +32425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -32527,7 +32527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -32697,7 +32697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -32782,7 +32782,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -32904,7 +32904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -32926,7 +32926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState",
"CreatedDate": "System.DateTime",
@@ -33000,7 +33000,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -33080,7 +33080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState",
"CreatedDate": "System.DateTime",
@@ -33116,7 +33116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -33211,7 +33211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -33311,7 +33311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -33377,7 +33377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -33492,7 +33492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -33558,7 +33558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -33660,7 +33660,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -34108,7 +34108,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody",
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState",
@@ -34167,7 +34167,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -34233,7 +34233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -34335,7 +34335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -34505,7 +34505,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -34618,7 +34618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -34773,7 +34773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -34847,7 +34847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -34869,7 +34869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -34946,7 +34946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -35118,7 +35118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -35212,7 +35212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -35485,7 +35485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -35592,7 +35592,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -35925,7 +35925,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -36205,7 +36205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -36276,7 +36276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -36359,7 +36359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -36381,7 +36381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -36458,7 +36458,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -36645,7 +36645,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -36739,7 +36739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -37012,7 +37012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApi, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
"IsOnline": "System.Boolean",
@@ -37119,7 +37119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -37452,7 +37452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"ValidateNotNullOrEmpty": false
@@ -37732,7 +37732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaId": "System.String",
"ApiId": "System.String",
@@ -37792,7 +37792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -37823,7 +37823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaId": "System.String",
"ApiId": "System.String",
@@ -37912,7 +37912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -38052,7 +38052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaId": "System.String",
"ApiId": "System.String",
@@ -38371,7 +38371,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
"ApiVersionSetId": "System.String",
@@ -38433,7 +38433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -38446,7 +38446,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
"ApiVersionSetId": "System.String",
@@ -38484,7 +38484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38555,7 +38555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -38604,7 +38604,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38710,7 +38710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiVersionSet, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VersioningScheme": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
"ApiVersionSetId": "System.String",
@@ -38751,7 +38751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38872,7 +38872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38985,7 +38985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessTokenSendingMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]",
"AuthorizationRequestMethods": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]",
@@ -39058,7 +39058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -39143,7 +39143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod"
},
"ValidateNotNullOrEmpty": false
@@ -39153,7 +39153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType"
},
"ValidateNotNullOrEmpty": true
@@ -39163,7 +39163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod"
},
"ValidateNotNullOrEmpty": true
@@ -39203,7 +39203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod"
},
"ValidateNotNullOrEmpty": true
@@ -39266,7 +39266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -39405,7 +39405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod"
},
"ValidateNotNullOrEmpty": false
@@ -39421,7 +39421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType"
},
"ValidateNotNullOrEmpty": true
@@ -39437,7 +39437,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod"
},
"ValidateNotNullOrEmpty": true
@@ -39501,7 +39501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod"
},
"ValidateNotNullOrEmpty": true
@@ -39600,7 +39600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
"Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
@@ -39666,7 +39666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -39688,7 +39688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
"Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
@@ -39785,7 +39785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential",
"Certificate": "System.Collections.Generic.IEnumerable`1[System.String]",
@@ -39800,7 +39800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProxyCredentials": "System.Management.Automation.PSCredential",
"Url": "System.String"
@@ -39813,7 +39813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerX509Names": "System.Collections.Hashtable",
"MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]",
@@ -39865,7 +39865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -40014,7 +40014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential",
"Certificate": "System.Collections.Generic.IEnumerable`1[System.String]",
@@ -40035,7 +40035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProxyCredentials": "System.Management.Automation.PSCredential",
"Url": "System.String"
@@ -40054,7 +40054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerX509Names": "System.Collections.Hashtable",
"MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]",
@@ -40123,7 +40123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackend, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Credentials": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
"Proxy": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
@@ -40268,7 +40268,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential",
"Certificate": "System.Collections.Generic.IEnumerable`1[System.String]",
@@ -40289,7 +40289,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProxyCredentials": "System.Management.Automation.PSCredential",
"Url": "System.String"
@@ -40308,7 +40308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerX509Names": "System.Collections.Hashtable",
"MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]",
@@ -40492,7 +40492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential",
"Certificate": "System.Collections.Generic.IEnumerable`1[System.String]",
@@ -40513,7 +40513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProxyCredentials": "System.Management.Automation.PSCredential",
"Url": "System.String"
@@ -40532,7 +40532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerX509Names": "System.Collections.Hashtable",
"MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]",
@@ -40608,7 +40608,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
"ExpirationDate": "System.DateTime",
@@ -40669,7 +40669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -40728,7 +40728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -40768,7 +40768,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -40832,7 +40832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -40898,7 +40898,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -40962,7 +40962,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -41029,7 +41029,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -41093,7 +41093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -41151,7 +41151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
"BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
@@ -41215,7 +41215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -41237,7 +41237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
"BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
@@ -41295,7 +41295,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SamplingPercentage": "System.Nullable`1[System.Double]",
"SamplingType": "System.String"
@@ -41308,7 +41308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -41321,7 +41321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -41369,7 +41369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -41448,7 +41448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SamplingPercentage": "System.Nullable`1[System.Double]",
"SamplingType": "System.String"
@@ -41467,7 +41467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -41486,7 +41486,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -41551,7 +41551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
"BackendSetting": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
@@ -41609,7 +41609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SamplingPercentage": "System.Nullable`1[System.Double]",
"SamplingType": "System.String"
@@ -41628,7 +41628,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -41647,7 +41647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -41757,7 +41757,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SamplingPercentage": "System.Nullable`1[System.Double]",
"SamplingType": "System.String"
@@ -41776,7 +41776,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -41795,7 +41795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -41890,7 +41890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SamplingPercentage": "System.Nullable`1[System.Double]",
"SamplingType": "System.String"
@@ -41909,7 +41909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -41928,7 +41928,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -42000,7 +42000,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType",
"System": "System.Boolean",
@@ -42052,7 +42052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -42127,7 +42127,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -42244,7 +42244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
"ClientId": "System.String",
@@ -42301,7 +42301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -42314,7 +42314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -42323,7 +42323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
"ClientId": "System.String",
@@ -42464,7 +42464,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -42483,7 +42483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -42680,7 +42680,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
"ClientId": "System.String",
@@ -43081,7 +43081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType",
"IsBuffered": "System.Nullable`1[System.Boolean]",
@@ -43132,7 +43132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -43234,7 +43234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -43374,7 +43374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -43484,7 +43484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -43586,7 +43586,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
"Secret": "System.Boolean",
@@ -43648,7 +43648,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -43745,7 +43745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -43896,7 +43896,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOpenIdConnectProvider, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OpenIdConnectProviderId": "System.String",
"Name": "System.String",
@@ -43949,7 +43949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -44051,7 +44051,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -44213,7 +44213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOperation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TemplateParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest",
@@ -44269,7 +44269,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -44345,7 +44345,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter"
},
"ValidateNotNullOrEmpty": false
@@ -44355,7 +44355,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
"Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
@@ -44370,7 +44370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse"
},
"ValidateNotNullOrEmpty": false
@@ -44415,7 +44415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -44539,7 +44539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter"
},
"ValidateNotNullOrEmpty": false
@@ -44555,7 +44555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
"Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
@@ -44576,7 +44576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse"
},
"ValidateNotNullOrEmpty": false
@@ -44658,7 +44658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -44778,7 +44778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -44918,7 +44918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -45073,7 +45073,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -45243,7 +45243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -45375,7 +45375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState",
"SubscriptionRequired": "System.Nullable`1[System.Boolean]",
@@ -45430,7 +45430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -45515,7 +45515,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState"
]
@@ -45562,7 +45562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -45695,7 +45695,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState"
]
@@ -45766,7 +45766,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState",
"CreatedDate": "System.DateTime",
@@ -45838,7 +45838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -45860,7 +45860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState",
"CreatedDate": "System.DateTime",
@@ -45935,7 +45935,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState"
]
@@ -46003,7 +46003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -46112,7 +46112,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState"
]
@@ -46209,7 +46209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState",
"CreatedDate": "System.DateTime",
@@ -46320,7 +46320,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState"
]
@@ -46492,7 +46492,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState"
]
@@ -46596,7 +46596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"Id": "System.String",
@@ -46644,7 +46644,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -46701,7 +46701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -46788,7 +46788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUser, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState",
"Identities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -46843,7 +46843,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -46901,7 +46901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46954,7 +46954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -47048,7 +47048,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47131,7 +47131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -47187,7 +47187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
"ExpirationDate": "System.DateTime",
@@ -47206,7 +47206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
"Secret": "System.Boolean",
@@ -47298,7 +47298,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
"ExpirationDate": "System.DateTime",
@@ -47323,7 +47323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementNamedValue, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVault": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
"Secret": "System.Boolean",
@@ -47418,7 +47418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedDateTime": "System.Nullable`1[System.DateTime]",
"UpdatedDateTime": "System.Nullable`1[System.DateTime]",
@@ -47479,7 +47479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -47519,7 +47519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedDateTime": "System.Nullable`1[System.DateTime]",
"UpdatedDateTime": "System.Nullable`1[System.DateTime]",
@@ -47573,7 +47573,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -47744,7 +47744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedDateTime": "System.Nullable`1[System.DateTime]",
"UpdatedDateTime": "System.Nullable`1[System.DateTime]",
@@ -47837,7 +47837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheId": "System.String",
"Description": "System.String",
@@ -47898,7 +47898,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -47920,7 +47920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheId": "System.String",
"Description": "System.String",
@@ -48019,7 +48019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -48159,7 +48159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementCache, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CacheId": "System.String",
"Description": "System.String",
@@ -48524,7 +48524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
"GatewayId": "System.String",
@@ -48583,7 +48583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -48605,7 +48605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
"GatewayId": "System.String",
@@ -48640,7 +48640,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"City": "System.String",
@@ -48690,7 +48690,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"ServiceName": "System.String"
@@ -48739,7 +48739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"City": "System.String",
@@ -48806,7 +48806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGateway, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocationData": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
"GatewayId": "System.String",
@@ -48844,7 +48844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"City": "System.String",
@@ -48941,7 +48941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"City": "System.String",
@@ -49023,7 +49023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"City": "System.String",
@@ -49097,7 +49097,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -49267,7 +49267,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -49344,7 +49344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VnetId": "System.Guid",
"SubnetName": "System.String",
@@ -49415,7 +49415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
"ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
@@ -49516,7 +49516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VnetId": "System.Guid",
"SubnetName": "System.String",
@@ -49656,7 +49656,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -49891,7 +49891,7 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation",
"HostnameType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType",
@@ -49938,7 +49938,7 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Expiry": "System.DateTime",
"Subject": "System.String",
@@ -49982,7 +49982,7 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -50077,13 +50077,13 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration"
},
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentity": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation]",
"PrincipalId": "System.String",
@@ -50123,7 +50123,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation"
@@ -50132,7 +50132,7 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementUserAssignedInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -50166,7 +50166,7 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendProtocol": "System.Collections.Hashtable",
"BackendProtocol": "System.Collections.Hashtable",
@@ -50211,13 +50211,13 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate"
},
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation",
"EncodedCertificate": "System.String",
@@ -50257,7 +50257,7 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VnetId": "System.Guid",
"SubnetName": "System.String",
@@ -50301,7 +50301,7 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -50388,7 +50388,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion"
]
@@ -50396,7 +50396,7 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetwork": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork",
"Capacity": "System.Int32",
@@ -50449,7 +50449,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper, Microsoft.Azure.Management.ApiManagement, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper, Microsoft.Azure.PowerShell.ApiManagement.Management.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper"
]
@@ -50457,7 +50457,7 @@
"Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper": {
"Namespace": "Microsoft.Azure.Management.ApiManagement.Models",
"Name": "Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper, Microsoft.Azure.Management.ApiManagement, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper, Microsoft.Azure.PowerShell.ApiManagement.Management.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.ApiManagement.Models.ArmIdWrapper",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState",
@@ -50468,10 +50468,6 @@
"ProvisioningState": "System.String"
},
"Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -50502,10 +50498,6 @@
{
"Name": "",
"Parameters": [
- {
- "Name": "privateLinkServiceConnectionState",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
{
"Name": "id",
"Type": "System.Reflection.RuntimeParameterInfo"
@@ -50522,6 +50514,10 @@
"Name": "privateEndpoint",
"Type": "System.Reflection.RuntimeParameterInfo"
},
+ {
+ "Name": "privateLinkServiceConnectionState",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
{
"Name": "provisioningState",
"Type": "System.Reflection.RuntimeParameterInfo"
@@ -50537,7 +50533,7 @@
"Microsoft.Azure.Management.ApiManagement.Models.ArmIdWrapper": {
"Namespace": "Microsoft.Azure.Management.ApiManagement.Models",
"Name": "Microsoft.Azure.Management.ApiManagement.Models.ArmIdWrapper",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ApiManagement.Models.ArmIdWrapper, Microsoft.Azure.Management.ApiManagement, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ApiManagement.Models.ArmIdWrapper, Microsoft.Azure.PowerShell.ApiManagement.Management.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -50583,7 +50579,7 @@
"Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState": {
"Namespace": "Microsoft.Azure.Management.ApiManagement.Models",
"Name": "Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.ApiManagement, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.ApiManagement.Management.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -50663,13 +50659,13 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema"
},
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSchema, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -50756,7 +50752,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementVersioningScheme, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -50843,13 +50839,13 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod"
},
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAccessTokenSendingMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -50936,13 +50932,13 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod"
},
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationRequestMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -51029,13 +51025,13 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod"
},
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementClientAuthenticationMethod, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -51122,13 +51118,13 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType"
},
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGrantType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -51215,7 +51211,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Authorization": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential",
"Certificate": "System.Collections.Generic.IEnumerable`1[System.String]",
@@ -51255,7 +51251,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementAuthorizationHeaderCredential, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scheme": "System.String",
"Parameter": "System.String"
@@ -51301,7 +51297,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBackendProxy, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProxyCredentials": "System.Management.Automation.PSCredential",
"Url": "System.String"
@@ -51344,7 +51340,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementServiceFabric, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerX509Names": "System.Collections.Hashtable",
"MaxPartitionResolutionRetries": "System.Nullable`1[System.Int32]",
@@ -51408,7 +51404,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultEntity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastStatus": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
"IdentityClientId": "System.String",
@@ -51447,7 +51443,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Code": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode",
"TimeStampUtc": "System.DateTime",
@@ -51486,7 +51482,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementKeyVaultLastStatusCode, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -51573,7 +51569,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementPipelineDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Request": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
"Response": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic"
@@ -51611,7 +51607,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Body": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting",
"HeadersToLog": "System.String[]"
@@ -51649,7 +51645,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementBodyDiagnosticSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BodyBytesToLog": "System.Nullable`1[System.Int32]"
},
@@ -51686,7 +51682,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSamplingSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SamplingPercentage": "System.Nullable`1[System.Double]",
"SamplingType": "System.String"
@@ -51732,7 +51728,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResourceLocation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"City": "System.String",
@@ -51772,7 +51768,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -51859,7 +51855,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementIdentityProviderType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -51946,7 +51942,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLoggerType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -52033,13 +52029,13 @@
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus"
},
"Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdated": "System.DateTime",
"LastStatusChange": "System.DateTime",
@@ -52082,13 +52078,13 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter"
},
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Required": "System.Boolean",
"Name": "System.String",
@@ -52130,7 +52126,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRequest, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"QueryParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
"Headers": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
@@ -52170,13 +52166,13 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation"
},
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FormParameters": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameter[]",
"Examples": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample[]",
@@ -52217,13 +52213,13 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample"
},
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementParameterExample, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Object",
"Summary": "System.String",
@@ -52263,13 +52259,13 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse"
},
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Representations": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementRepresentation[]",
"StatusCode": "System.Int32",
@@ -52308,7 +52304,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -52395,7 +52391,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscriptionState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -52482,7 +52478,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -52569,7 +52565,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -52656,7 +52652,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementUserKeyType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -52743,7 +52739,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorBody, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Details": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[]",
"Message": "System.String",
@@ -52791,13 +52787,13 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[]": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField"
},
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.ErrorField, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Code": "System.String",
"Message": "System.String",
@@ -52845,7 +52841,7 @@
"Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState": {
"Namespace": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models",
"Name": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.TenantConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.AppComplianceAutomation.json b/tools/Tools.Common/SerializedCmdlets/Az.AppComplianceAutomation.json
index f844668d2feb..c39afeef1725 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.AppComplianceAutomation.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.AppComplianceAutomation.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.AppComplianceAutomation",
- "ModuleVersion": "0.1.1",
+ "ModuleVersion": "0.1.2",
"Cmdlets": [
{
"VerbName": "Get",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Attestation.json b/tools/Tools.Common/SerializedCmdlets/Az.Attestation.json
index 96be429b7fc4..2ed27ff63124 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Attestation.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Attestation.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Attestation",
- "ModuleVersion": "2.0.2",
+ "ModuleVersion": "2.0.3",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Attestation.Models",
"Name": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateCount": "System.Int32",
"Jwt": "System.String",
@@ -323,7 +323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Attestation.Models",
"Name": "Microsoft.Azure.Commands.Attestation.Models.PSPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicy, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicy, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TextLength": "System.Int32",
"JwtLength": "System.Int32",
@@ -414,7 +414,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -610,7 +610,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -724,7 +724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Attestation.Models",
"Name": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateCount": "System.Int32",
"Jwt": "System.String",
@@ -815,7 +815,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -972,7 +972,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1056,7 +1056,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Attestation.Models",
"Name": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Attestation.Models.PSPolicySigners, Microsoft.Azure.PowerShell.Cmdlets.Attestation, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateCount": "System.Int32",
"Jwt": "System.String",
@@ -1421,7 +1421,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1516,7 +1516,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1607,7 +1607,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1683,7 +1683,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1803,7 +1803,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1913,7 +1913,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2019,7 +2019,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2110,7 +2110,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2163,7 +2163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]",
@@ -2185,7 +2185,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType]",
@@ -2226,7 +2226,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Location": "System.String",
@@ -2247,7 +2247,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2256,7 +2256,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2265,7 +2265,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2275,7 +2275,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2294,7 +2294,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2303,7 +2303,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -2353,7 +2353,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2368,7 +2368,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2383,7 +2383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2399,7 +2399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2430,7 +2430,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2445,7 +2445,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2485,7 +2485,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2500,7 +2500,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2515,7 +2515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2531,7 +2531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2562,7 +2562,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2577,7 +2577,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2597,7 +2597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Location": "System.String",
@@ -2624,7 +2624,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2639,7 +2639,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2654,7 +2654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2670,7 +2670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2701,7 +2701,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2716,7 +2716,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2740,7 +2740,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2755,7 +2755,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2770,7 +2770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2786,7 +2786,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2817,7 +2817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2832,7 +2832,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2859,7 +2859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]",
@@ -2881,7 +2881,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProviderListResult, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType]",
@@ -2934,7 +2934,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Location": "System.String",
@@ -2955,7 +2955,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2964,7 +2964,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2973,7 +2973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2983,7 +2983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3002,7 +3002,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3011,7 +3011,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -3079,7 +3079,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3094,7 +3094,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3109,7 +3109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3125,7 +3125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3156,7 +3156,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3171,7 +3171,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3226,7 +3226,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3241,7 +3241,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3256,7 +3256,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3272,7 +3272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3303,7 +3303,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3318,7 +3318,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3358,7 +3358,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3373,7 +3373,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3388,7 +3388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3404,7 +3404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3435,7 +3435,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3450,7 +3450,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3470,7 +3470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Location": "System.String",
@@ -3497,7 +3497,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3512,7 +3512,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3527,7 +3527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3543,7 +3543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3574,7 +3574,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3589,7 +3589,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3613,7 +3613,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3628,7 +3628,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3643,7 +3643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3659,7 +3659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3690,7 +3690,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3705,7 +3705,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3732,7 +3732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]",
@@ -3818,7 +3818,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3827,7 +3827,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3836,7 +3836,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3846,7 +3846,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3865,7 +3865,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3874,7 +3874,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -3986,7 +3986,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4001,7 +4001,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4016,7 +4016,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4032,7 +4032,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4063,7 +4063,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4078,7 +4078,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4148,7 +4148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Location": "System.String",
@@ -4169,7 +4169,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4178,7 +4178,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4187,7 +4187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4197,7 +4197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4207,7 +4207,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4225,7 +4225,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4234,7 +4234,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -4301,7 +4301,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4316,7 +4316,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4331,7 +4331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4347,7 +4347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4363,7 +4363,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4393,7 +4393,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4408,7 +4408,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4428,7 +4428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Location": "System.String",
@@ -4455,7 +4455,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4470,7 +4470,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4485,7 +4485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4501,7 +4501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4517,7 +4517,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4547,7 +4547,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4562,7 +4562,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4586,7 +4586,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4601,7 +4601,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4616,7 +4616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4632,7 +4632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4648,7 +4648,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4678,7 +4678,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4693,7 +4693,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4720,7 +4720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]",
@@ -4775,7 +4775,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Location": "System.String",
@@ -4805,7 +4805,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4814,7 +4814,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4823,7 +4823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4833,7 +4833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4852,7 +4852,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4861,7 +4861,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -4943,7 +4943,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4958,7 +4958,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4973,7 +4973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4989,7 +4989,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5020,7 +5020,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5035,7 +5035,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5055,7 +5055,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.IAttestationIdentity, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Location": "System.String",
@@ -5097,7 +5097,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5112,7 +5112,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5127,7 +5127,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5143,7 +5143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5174,7 +5174,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5189,7 +5189,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5228,7 +5228,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5243,7 +5243,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5258,7 +5258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5274,7 +5274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5305,7 +5305,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5320,7 +5320,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5529,13 +5529,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection"
},
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState]",
"PrivateLinkServiceConnectionStateStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus]",
@@ -5547,7 +5547,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState"
]
@@ -5555,7 +5555,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointConnectionProvisioningState, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -5620,7 +5620,7 @@
"System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Management.Automation.CompletionResult"
]
@@ -5628,12 +5628,12 @@
"System.Management.Automation.CompletionResult": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.CompletionResult",
- "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus"
]
@@ -5641,7 +5641,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.PrivateEndpointServiceConnectionStatus, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -5706,7 +5706,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus"
]
@@ -5714,7 +5714,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -5779,7 +5779,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType"
]
@@ -5787,7 +5787,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.CreatedByType, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -5865,13 +5865,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[], Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider[], Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider"
},
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationProvider, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api10.IPrivateEndpointConnection[]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus]",
@@ -5888,7 +5888,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep, Az.Attestation.private, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.SendAsyncStep, Az.Attestation.private, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Batch.json b/tools/Tools.Common/SerializedCmdlets/Az.Batch.json
index fb1408ed81df..11f118fe8cc2 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Batch.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Batch.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Batch",
- "ModuleVersion": "3.6.3",
+ "ModuleVersion": "3.6.4",
"Cmdlets": [
{
"VerbName": "Disable",
@@ -38,7 +38,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -116,7 +116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -228,7 +228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -274,7 +274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -385,7 +385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -459,7 +459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -517,7 +517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -609,7 +609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -721,7 +721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -814,7 +814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -917,7 +917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -995,7 +995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1119,7 +1119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1230,7 +1230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1342,7 +1342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -1376,7 +1376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1469,7 +1469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1543,7 +1543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -1583,7 +1583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1657,7 +1657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1760,7 +1760,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1838,7 +1838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -1941,7 +1941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2019,7 +2019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2131,7 +2131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -2169,7 +2169,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2262,7 +2262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2336,7 +2336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -2380,7 +2380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2454,7 +2454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2538,7 +2538,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2756,7 +2756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -2953,7 +2953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowUpdates": "System.Boolean",
"Id": "System.String",
@@ -3144,7 +3144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Management.Batch.Models.PackageState",
"LastActivationTime": "System.Nullable`1[System.DateTime]",
@@ -3361,7 +3361,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeleteCertificateError": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError",
"CertificateFormat": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateFormat]",
@@ -3457,7 +3457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -3565,7 +3565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -3684,7 +3684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -3773,7 +3773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -3854,7 +3854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -3934,7 +3934,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -4013,7 +4013,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4121,7 +4121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4255,7 +4255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4329,7 +4329,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -4432,7 +4432,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4521,7 +4521,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4602,7 +4602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeVMExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmExtension": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension",
"InstanceView": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView",
@@ -4658,7 +4658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -4746,7 +4746,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4884,7 +4884,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -4958,7 +4958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -5076,7 +5076,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5150,7 +5150,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5231,7 +5231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -5314,7 +5314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -5376,7 +5376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5484,7 +5484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5633,7 +5633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5707,7 +5707,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -5799,7 +5799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5903,7 +5903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -5984,7 +5984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationAndReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"JobPreparationTaskExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation",
"JobReleaseTaskExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation",
@@ -6037,7 +6037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -6110,7 +6110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6248,7 +6248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6322,7 +6322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -6425,7 +6425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6559,7 +6559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6640,7 +6640,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -6739,7 +6739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6847,7 +6847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -6981,7 +6981,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7085,7 +7085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7166,7 +7166,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountQuota": "System.Int32",
"Location": "System.String"
@@ -7314,7 +7314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -7375,7 +7375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -7431,7 +7431,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -7504,7 +7504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7615,7 +7615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7764,7 +7764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -7838,7 +7838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -7927,7 +7927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8049,7 +8049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8198,7 +8198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8272,7 +8272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -8357,7 +8357,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8431,7 +8431,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8573,7 +8573,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -8634,7 +8634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8800,7 +8800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -8977,7 +8977,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9154,7 +9154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9331,7 +9331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9405,7 +9405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -9481,7 +9481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9555,7 +9555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -9631,7 +9631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9745,7 +9745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -9826,7 +9826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -9951,7 +9951,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10059,7 +10059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10193,7 +10193,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10297,7 +10297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10378,7 +10378,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Dedicated": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts",
"LowPriority": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts",
@@ -10429,7 +10429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -10492,7 +10492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10570,7 +10570,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10644,7 +10644,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -10702,7 +10702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10793,7 +10793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10867,7 +10867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -10951,7 +10951,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -11028,7 +11028,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11142,7 +11142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11257,7 +11257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -11309,7 +11309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11417,7 +11417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11536,7 +11536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11610,7 +11610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -11665,7 +11665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11739,7 +11739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -11794,7 +11794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11868,7 +11868,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -11949,7 +11949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRemoteLoginSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"IPAddress": "System.String"
@@ -12008,7 +12008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -12042,7 +12042,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12135,7 +12135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12209,7 +12209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -12249,7 +12249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12323,7 +12323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12407,7 +12407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSubtaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeInformation": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -12476,7 +12476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -12523,7 +12523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12631,7 +12631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12705,7 +12705,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -12764,7 +12764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12853,7 +12853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -12934,7 +12934,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Commands.Batch.Models.PSImageReference",
"Capabilities": "System.Collections.Generic.IReadOnlyList`1[System.String]",
@@ -12997,7 +12997,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13090,7 +13090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13171,7 +13171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSSupportedSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSupportedSku, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSupportedSku, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability]",
"FamilyName": "System.String",
@@ -13377,7 +13377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -13476,7 +13476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -13549,7 +13549,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13672,7 +13672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13821,7 +13821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -13895,7 +13895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -13998,7 +13998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14102,7 +14102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14183,7 +14183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Active": "System.Int32",
"Completed": "System.Int32",
@@ -14236,7 +14236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -14273,7 +14273,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14351,7 +14351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14425,7 +14425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -14468,7 +14468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14542,7 +14542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14626,7 +14626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSlotCounts",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSlotCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSlotCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Active": "System.Int32",
"Completed": "System.Int32",
@@ -14679,7 +14679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -14716,7 +14716,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14794,7 +14794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14868,7 +14868,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -14911,7 +14911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -14985,7 +14985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15066,7 +15066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15181,7 +15181,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PoolAllocationMode"
]
@@ -15223,7 +15223,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15232,7 +15232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15251,7 +15251,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15358,7 +15358,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PoolAllocationMode"
]
@@ -15424,7 +15424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15439,7 +15439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15470,7 +15470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15538,7 +15538,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -15764,7 +15764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowUpdates": "System.Boolean",
"Id": "System.String",
@@ -16009,7 +16009,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Management.Batch.Models.PackageState",
"LastActivationTime": "System.Nullable`1[System.DateTime]",
@@ -16479,7 +16479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16488,7 +16488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -16581,7 +16581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16596,7 +16596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -16701,7 +16701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16716,7 +16716,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -16805,7 +16805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateKind, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16820,7 +16820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -16932,7 +16932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -17002,7 +17002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17155,7 +17155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17229,7 +17229,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -17329,7 +17329,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17463,7 +17463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17587,7 +17587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]"
@@ -17600,7 +17600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
@@ -17626,7 +17626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
@@ -17646,7 +17646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -17674,7 +17674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification",
"PoolId": "System.String"
@@ -17729,7 +17729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -17840,7 +17840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]"
@@ -17859,7 +17859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
@@ -17891,7 +17891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
@@ -17917,7 +17917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -17957,7 +17957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification",
"PoolId": "System.String"
@@ -18042,7 +18042,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18154,7 +18154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DoNotRunAfter": "System.Nullable`1[System.DateTime]",
"DoNotRunUntil": "System.Nullable`1[System.DateTime]",
@@ -18169,7 +18169,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
@@ -18204,7 +18204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18297,7 +18297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DoNotRunAfter": "System.Nullable`1[System.DateTime]",
"DoNotRunUntil": "System.Nullable`1[System.DateTime]",
@@ -18318,7 +18318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
@@ -18365,7 +18365,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18561,7 +18561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -18575,7 +18575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -18614,7 +18614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -18635,7 +18635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -18648,7 +18648,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -18673,7 +18673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -18696,7 +18696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OSFamily": "System.String",
"OSVersion": "System.String"
@@ -18709,7 +18709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -18725,7 +18725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -18735,7 +18735,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -18763,7 +18763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -18892,7 +18892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -18912,7 +18912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -18975,7 +18975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -19002,7 +19002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -19021,7 +19021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -19058,7 +19058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -19080,7 +19080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -19096,7 +19096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -19142,7 +19142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -19273,7 +19273,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -19368,7 +19368,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -19388,7 +19388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -19451,7 +19451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -19478,7 +19478,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -19497,7 +19497,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -19534,7 +19534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -19556,7 +19556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -19572,7 +19572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -19618,7 +19618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -19749,7 +19749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OSFamily": "System.String",
"OSVersion": "System.String"
@@ -19834,7 +19834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -19854,7 +19854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -19917,7 +19917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -19944,7 +19944,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -19963,7 +19963,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -20000,7 +20000,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -20022,7 +20022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -20038,7 +20038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -20084,7 +20084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -20191,7 +20191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OSFamily": "System.String",
"OSVersion": "System.String"
@@ -20276,7 +20276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -20296,7 +20296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -20359,7 +20359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -20386,7 +20386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -20405,7 +20405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -20442,7 +20442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -20464,7 +20464,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -20480,7 +20480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -20526,7 +20526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -20633,7 +20633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -20728,7 +20728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -20748,7 +20748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
}
@@ -20811,7 +20811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -20838,7 +20838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
},
"ValidateNotNullOrEmpty": true
@@ -20857,7 +20857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -20894,7 +20894,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -20916,7 +20916,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -20932,7 +20932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
},
"ValidateNotNullOrEmpty": true
@@ -20978,7 +20978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -21059,7 +21059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"AutoStorageContainerName": "System.String",
@@ -21518,7 +21518,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -21585,7 +21585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
},
"ValidateNotNullOrEmpty": true
@@ -21607,7 +21607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
}
@@ -21619,7 +21619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -21632,7 +21632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
}
@@ -21644,7 +21644,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -21658,7 +21658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]",
"NumberOfInstances": "System.Nullable`1[System.Int32]",
@@ -21688,7 +21688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -21698,7 +21698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
},
"ValidateNotNullOrEmpty": true
@@ -21708,7 +21708,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask"
},
"ValidateNotNullOrEmpty": true
@@ -21718,7 +21718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -21734,7 +21734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]",
@@ -21749,7 +21749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -21875,7 +21875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
},
"ValidateNotNullOrEmpty": true
@@ -21909,7 +21909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
}
@@ -21927,7 +21927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -21946,7 +21946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
}
@@ -21964,7 +21964,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -21984,7 +21984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]",
"NumberOfInstances": "System.Nullable`1[System.Int32]",
@@ -22026,7 +22026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -22042,7 +22042,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
},
"ValidateNotNullOrEmpty": true
@@ -22058,7 +22058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -22080,7 +22080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]",
@@ -22101,7 +22101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22190,7 +22190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask"
},
"ValidateNotNullOrEmpty": true
@@ -22206,7 +22206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22280,7 +22280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -22323,7 +22323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask"
},
"ValidateNotNullOrEmpty": true
@@ -22339,7 +22339,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22413,7 +22413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -22504,7 +22504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
},
"ValidateNotNullOrEmpty": true
@@ -22538,7 +22538,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
}
@@ -22556,7 +22556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -22575,7 +22575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
}
@@ -22593,7 +22593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -22613,7 +22613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]",
"NumberOfInstances": "System.Nullable`1[System.Int32]",
@@ -22655,7 +22655,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
},
"ValidateNotNullOrEmpty": true
@@ -22671,7 +22671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile[], Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
},
"ValidateNotNullOrEmpty": true
@@ -22687,7 +22687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -22709,7 +22709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]",
@@ -22730,7 +22730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -22804,7 +22804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23405,7 +23405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23498,7 +23498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23614,7 +23614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -23681,7 +23681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23829,7 +23829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -23903,7 +23903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -23994,7 +23994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24119,7 +24119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24240,7 +24240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24348,7 +24348,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24460,7 +24460,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24553,7 +24553,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24665,7 +24665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24758,7 +24758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -24900,7 +24900,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -24933,7 +24933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25074,7 +25074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25226,7 +25226,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25300,7 +25300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
"IsDirectory": "System.Nullable`1[System.Boolean]",
@@ -25351,7 +25351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25455,7 +25455,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25567,7 +25567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25660,7 +25660,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25772,7 +25772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -25819,7 +25819,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -25927,7 +25927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26001,7 +26001,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -26060,7 +26060,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26149,7 +26149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26261,7 +26261,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -26307,7 +26307,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26418,7 +26418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26492,7 +26492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -26550,7 +26550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26642,7 +26642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26754,7 +26754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -26800,7 +26800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26911,7 +26911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -26985,7 +26985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -27043,7 +27043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27135,7 +27135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27216,7 +27216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27755,7 +27755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27893,7 +27893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -27987,7 +27987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -28024,7 +28024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28087,7 +28087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
@@ -28130,7 +28130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28224,7 +28224,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -28250,7 +28250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28313,7 +28313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudJobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
"Statistics": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
@@ -28345,7 +28345,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28439,7 +28439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -28491,7 +28491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28554,7 +28554,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleRun": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
"Identity": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
@@ -28612,7 +28612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28706,7 +28706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -28744,7 +28744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28807,7 +28807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -28851,7 +28851,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -28932,7 +28932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartComputeNodeServiceLogUploadResult, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NumberOfFilesUploaded": "System.Int32",
"VirtualDirectoryName": "System.String"
@@ -28991,7 +28991,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -29055,7 +29055,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29196,7 +29196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29270,7 +29270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNode, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
"NodeAgentInformation": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
@@ -29358,7 +29358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29480,7 +29480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29634,7 +29634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29787,7 +29787,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29899,7 +29899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -29992,7 +29992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30104,7 +30104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30197,7 +30197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30300,7 +30300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30378,7 +30378,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30481,7 +30481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30559,7 +30559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30671,7 +30671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -30709,7 +30709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30802,7 +30802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30876,7 +30876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
@@ -30920,7 +30920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -30994,7 +30994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31075,7 +31075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError",
"Timestamp": "System.DateTime",
@@ -31135,7 +31135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31228,7 +31228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Batch",
"Name": "Microsoft.Azure.Commands.Batch.BatchAccountContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.BatchAccountContext, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyInUse": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
"AutoStorageProperties": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
@@ -31342,7 +31342,7 @@
"Microsoft.Azure.Management.Batch.Models.AccountKeyType": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.AccountKeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AccountKeyType, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AccountKeyType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -31439,7 +31439,7 @@
"Microsoft.Azure.Management.Batch.Models.AutoStorageProperties": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NodeIdentityReference": "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference",
"LastKeySync": "System.DateTime",
@@ -31504,7 +31504,7 @@
"Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceId": "System.String"
},
@@ -31555,7 +31555,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode"
]
@@ -31563,7 +31563,7 @@
"Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -31655,7 +31655,7 @@
"Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType",
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities]",
@@ -31714,39 +31714,13 @@
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "type",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "userAssignedIdentities",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "type",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "userAssignedIdentities",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
}
]
},
"Microsoft.Azure.Management.Batch.Models.ResourceIdentityType": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -31833,7 +31807,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities"
@@ -31842,7 +31816,7 @@
"Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"ClientId": "System.String"
@@ -31893,7 +31867,7 @@
"Microsoft.Azure.Management.Batch.Models.EncryptionProperties": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.EncryptionProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVaultProperties": "Microsoft.Azure.Management.Batch.Models.KeyVaultProperties",
"KeySource": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.KeySource]"
@@ -31944,7 +31918,7 @@
"Microsoft.Azure.Management.Batch.Models.KeyVaultProperties": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.KeyVaultProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultProperties, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultProperties, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyIdentifier": "System.String"
},
@@ -31990,7 +31964,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Batch.Models.KeySource]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.KeySource]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.KeySource"
]
@@ -31998,7 +31972,7 @@
"Microsoft.Azure.Management.Batch.Models.KeySource": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeySource, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -32085,7 +32059,7 @@
"Microsoft.Azure.Management.Batch.Models.KeyVaultReference": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.KeyVaultReference, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Url": "System.String"
@@ -32140,7 +32114,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection"
]
@@ -32148,7 +32122,7 @@
"Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint",
"ProvisioningState": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState",
@@ -32211,11 +32185,11 @@
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "provisioningState",
+ "Name": "privateEndpoint",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "privateEndpoint",
+ "Name": "provisioningState",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
@@ -32233,7 +32207,7 @@
"Microsoft.Azure.Management.Batch.Models.PrivateEndpoint": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpoint, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -32279,7 +32253,7 @@
"Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -32366,7 +32340,7 @@
"Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus",
"Description": "System.String",
@@ -32426,7 +32400,7 @@
"Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -32526,7 +32500,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PoolAllocationMode"
]
@@ -32534,7 +32508,7 @@
"Microsoft.Azure.Management.Batch.Models.PoolAllocationMode": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PoolAllocationMode, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -32621,7 +32595,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType"
]
@@ -32629,7 +32603,7 @@
"Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -32849,7 +32823,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InboundEndpoints": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]"
},
@@ -32881,7 +32855,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint"
]
@@ -32889,7 +32863,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocol": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol",
"BackendPort": "System.Int32",
@@ -33013,7 +32987,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeAgentInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"Version": "System.String"
@@ -33046,7 +33020,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSStartTask": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -33098,7 +33072,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Registry": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
"WorkingDirectory": "System.Nullable`1[Microsoft.Azure.Batch.Common.ContainerWorkingDirectory]",
@@ -33156,7 +33130,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"Password": "System.String",
@@ -33214,7 +33188,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceId": "System.String"
},
@@ -33346,7 +33320,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSUserIdentity": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUser": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
"UserName": "System.String"
@@ -33399,7 +33373,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoUserSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "System.Nullable`1[Microsoft.Azure.Batch.Common.AutoUserScope]",
"ElevationLevel": "System.Nullable`1[Microsoft.Azure.Batch.Common.ElevationLevel]"
@@ -33637,7 +33611,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSResourceFile"
]
@@ -33645,7 +33619,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSResourceFile": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"AutoStorageContainerName": "System.String",
@@ -33696,7 +33670,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStartTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Batch.Common.StartTaskState",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -33823,7 +33797,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerId": "System.String",
"Error": "System.String",
@@ -33857,7 +33831,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Category": "Microsoft.Azure.Batch.Common.ErrorCategory",
"Details": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
@@ -33979,7 +33953,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSNameValuePair"
]
@@ -33987,7 +33961,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSNameValuePair": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNameValuePair, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -34123,7 +34097,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineInfo": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineInfo, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineInfo, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Commands.Batch.Models.PSImageReference",
"ScaleSetVmResourceId": "System.String"
@@ -34161,7 +34135,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSImageReference": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSImageReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSImageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExactVersion": "System.String",
"Offer": "System.String",
@@ -34233,7 +34207,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
]
@@ -34241,7 +34215,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSCertificateReference": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Visibility": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertificateVisibility]",
"StoreLocation": "System.Nullable`1[Microsoft.Azure.Batch.Common.CertStoreLocation]",
@@ -34481,7 +34455,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError"
]
@@ -34489,7 +34463,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorDetails": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Code": "System.String",
@@ -34523,7 +34497,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSTaskInformation"
]
@@ -34531,7 +34505,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSTaskInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TaskState": "Microsoft.Azure.Batch.Common.TaskState",
"ExecutionInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation",
@@ -34655,7 +34629,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
"FailureInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskFailureInformation",
@@ -34978,7 +34952,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String"
},
@@ -35021,7 +34995,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.AccessScope"
},
@@ -35145,7 +35119,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityId": "System.String",
"ComputeNodeId": "System.String",
@@ -35182,7 +35156,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSExitConditions": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitConditions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Default": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"FileUploadError": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
@@ -35223,7 +35197,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSExitOptions": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DependencyAction": "System.Nullable`1[Microsoft.Azure.Batch.Common.DependencyAction]",
"JobAction": "System.Nullable`1[Microsoft.Azure.Batch.Common.JobAction]"
@@ -35451,7 +35425,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping"
]
@@ -35459,7 +35433,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"Code": "System.Int32"
@@ -35507,7 +35481,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping"
]
@@ -35515,7 +35489,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSExitCodeRangeMapping, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExitOptions": "Microsoft.Azure.Commands.Batch.Models.PSExitOptions",
"End": "System.Int32",
@@ -35568,7 +35542,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMultiInstanceSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommonResourceFiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSResourceFile]",
"NumberOfInstances": "System.Nullable`1[System.Int32]",
@@ -35617,7 +35591,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]",
@@ -35678,7 +35652,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskDependencies, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TaskIdRanges": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]",
"TaskIds": "System.Collections.Generic.IReadOnlyList`1[System.String]"
@@ -35726,7 +35700,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange"
]
@@ -35734,7 +35708,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskIdRange, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"End": "System.Int32",
"Start": "System.Int32"
@@ -35790,7 +35764,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -35832,7 +35806,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference"
]
@@ -35840,7 +35814,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationId": "System.String",
"Version": "System.String"
@@ -35878,7 +35852,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSOutputFile]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSOutputFile]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSOutputFile"
]
@@ -35886,7 +35860,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSOutputFile": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Destination": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination",
"UploadOptions": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions",
@@ -35939,7 +35913,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Container": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination"
},
@@ -35982,7 +35956,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileBlobContainerDestination, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"UploadHeaders": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader]",
@@ -36049,7 +36023,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSHttpHeader"
]
@@ -36057,7 +36031,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSHttpHeader": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSHttpHeader",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSHttpHeader, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -36105,7 +36079,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOutputFileUploadOptions, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UploadCondition": "Microsoft.Azure.Batch.Common.OutputFileUploadCondition"
},
@@ -36243,7 +36217,7 @@
"Microsoft.Azure.Management.Batch.Models.PackageState": {
"Namespace": "Microsoft.Azure.Management.Batch.Models",
"Name": "Microsoft.Azure.Management.Batch.Models.PackageState",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PackageState, Microsoft.Azure.Management.Batch, Version=14.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Batch.Models.PackageState, Microsoft.Azure.PowerShell.Batch.Management.Sdk, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -36330,7 +36304,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDeleteCertificateError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Message": "System.String",
@@ -36554,7 +36528,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRun, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError",
"Timestamp": "System.DateTime",
@@ -36588,7 +36562,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoScaleRunError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Message": "System.String",
@@ -36622,7 +36596,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSBatchPoolIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Batch.Common.PoolIdentityType",
"UserAssignedIdentities": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity]"
@@ -36742,7 +36716,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity"
]
@@ -36750,7 +36724,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientId": "System.String",
"PrincipalId": "System.String",
@@ -36795,7 +36769,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OSFamily": "System.String",
"OSVersion": "System.String"
@@ -36843,7 +36817,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
"PublicIPAddressConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
@@ -36884,7 +36858,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolEndpointConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InboundNatPools": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]"
},
@@ -36927,7 +36901,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool"
]
@@ -36935,7 +36909,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocol": "Microsoft.Azure.Batch.Common.InboundEndpointProtocol",
"NetworkSecurityGroupRules": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]",
@@ -37003,7 +36977,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule"
]
@@ -37011,7 +36985,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNetworkSecurityGroupRule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "Microsoft.Azure.Batch.Common.NetworkSecurityGroupRuleAccess",
"SourcePortRanges": "System.Collections.Generic.IReadOnlyList`1[System.String]",
@@ -37156,7 +37130,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpAddressIds": "System.Collections.Generic.IList`1[System.String]",
"Provision": "System.Nullable`1[Microsoft.Azure.Batch.Common.IPAddressProvisioningType]"
@@ -37390,7 +37364,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceStatistics": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics",
"UsageStatistics": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics",
@@ -37426,7 +37400,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResourceStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -37470,7 +37444,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUsageStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -37504,7 +37478,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSTaskSchedulingPolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComputeNodeFillType": "Microsoft.Azure.Batch.Common.ComputeNodeFillType"
},
@@ -37634,7 +37608,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Batch.Common.UpgradeMode",
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
@@ -37766,7 +37740,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutomaticOSUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableAutomaticRollback": "System.Nullable`1[System.Boolean]",
"EnableAutomaticOSUpgrade": "System.Nullable`1[System.Boolean]",
@@ -37806,7 +37780,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSRollingUpgradePolicy": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSRollingUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRollingUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRollingUpgradePolicy, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -37849,7 +37823,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
"DiskEncryptionConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
@@ -37907,7 +37881,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSContainerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerRegistries": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]",
"ContainerImageNames": "System.Collections.Generic.IList`1[System.String]",
@@ -37946,7 +37920,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSContainerRegistry"
]
@@ -37954,7 +37928,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiskEncryptionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Batch.Common.DiskEncryptionTarget]"
},
@@ -38092,7 +38066,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSNodePlacementConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodePlacementConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodePlacementConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodePlacementConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Policy": "System.Nullable`1[Microsoft.Azure.Batch.Common.NodePlacementPolicyType]"
},
@@ -38230,7 +38204,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSOSDisk": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOSDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSOSDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralOSDiskSettings": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings",
"ManagedDisk": "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk",
@@ -38271,7 +38245,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDiffDiskSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Placement": "System.Nullable`1[Microsoft.Azure.Batch.Common.DiffDiskPlacement]"
},
@@ -38403,7 +38377,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSManagedDisk": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSManagedDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageAccountType": "System.Nullable`1[Microsoft.Azure.Batch.Common.StorageAccountType]"
},
@@ -38636,7 +38610,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSSecurityProfile": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSSecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSecurityProfile, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UefiSettings": "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings",
"SecurityType": "System.Nullable`1[Microsoft.Azure.Batch.Common.SecurityTypes]",
@@ -38675,7 +38649,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSUefiSettings": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUefiSettings, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecureBootEnabled": "System.Nullable`1[System.Boolean]",
"VTpmEnabled": "System.Nullable`1[System.Boolean]"
@@ -38808,7 +38782,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSServiceArtifactReference": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSServiceArtifactReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSServiceArtifactReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSServiceArtifactReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -38851,7 +38825,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableAutomaticUpdates": "System.Nullable`1[System.Boolean]"
},
@@ -38894,7 +38868,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSDataDisk]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSDataDisk"
]
@@ -38902,7 +38876,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSDataDisk": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskSizeGB": "System.Int32",
"Lun": "System.Int32",
@@ -38960,7 +38934,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSVMExtension]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSVMExtension]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSVMExtension"
]
@@ -38968,7 +38942,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSVMExtension": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtension, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]",
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
@@ -39032,7 +39006,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSCertificateReference, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSCertificateReference"
]
@@ -39040,7 +39014,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration"
]
@@ -39048,7 +39022,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AzureBlobFileSystemConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration",
"AzureFileShareConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration",
@@ -39121,7 +39095,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureBlobFileSystemConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityReference": "Microsoft.Azure.Commands.Batch.Models.PSComputeNodeIdentityReference",
"AccountKey": "System.String",
@@ -39211,7 +39185,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAzureFileShareConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountKey": "System.String",
"AccountName": "System.String",
@@ -39274,7 +39248,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCifsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MountOptions": "System.String",
"Password": "System.String",
@@ -39337,7 +39311,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNfsMountConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MountOptions": "System.String",
"RelativeMountPath": "System.String",
@@ -39390,7 +39364,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAccount]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSUserAccount]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSUserAccount"
]
@@ -39398,7 +39372,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSUserAccount": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSUserAccount, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxUserConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration",
"WindowsUserConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration",
@@ -39461,7 +39435,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSLinuxUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Gid": "System.Nullable`1[System.Int32]",
"Uid": "System.Nullable`1[System.Int32]",
@@ -39514,7 +39488,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSWindowsUserConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoginMode": "System.Nullable`1[Microsoft.Azure.Batch.Common.LoginMode]"
},
@@ -39652,7 +39626,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSResizeError]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSResizeError"
]
@@ -39660,7 +39634,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSResizeError": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSResizeError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSResizeError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Values": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
"Message": "System.String",
@@ -39979,7 +39953,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSVMExtensionInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus]",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus]",
@@ -40018,7 +39992,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus"
]
@@ -40026,7 +40000,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSInstanceViewStatus, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Level": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes",
"Code": "System.String",
@@ -40067,7 +40041,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSStatusLevelTypes, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -40096,7 +40070,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobConstraints": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxTaskRetryCount": "System.Nullable`1[System.Int32]",
"MaxWallClockTime": "System.Nullable`1[System.TimeSpan]"
@@ -40144,7 +40118,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchedulingError": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError",
"StartTime": "System.DateTime",
@@ -40180,7 +40154,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSchedulingError, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Category": "Microsoft.Azure.Batch.Common.ErrorCategory",
"Details": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Batch.Models.PSNameValuePair]",
@@ -40215,7 +40189,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
@@ -40279,7 +40253,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobNetworkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubnetId": "System.String"
},
@@ -40322,7 +40296,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSTaskConstraints",
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
@@ -40376,7 +40350,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContainerSettings": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerSettings",
"UserIdentity": "Microsoft.Azure.Commands.Batch.Models.PSUserIdentity",
@@ -40429,7 +40403,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobStatistics": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -40474,7 +40448,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSPoolInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoPoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification",
"PoolId": "System.String"
@@ -40512,7 +40486,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PoolLifetimeOption": "Microsoft.Azure.Batch.Common.PoolLifetimeOption",
"PoolSpecification": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification",
@@ -40639,7 +40613,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CloudServiceConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration",
"NetworkConfiguration": "Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration",
@@ -40985,7 +40959,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecentJob": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob",
"NextRunTime": "System.Nullable`1[System.DateTime]",
@@ -41019,7 +40993,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSRecentJob": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSRecentJob, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Url": "System.String"
@@ -41052,7 +41026,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobScheduleStatistics, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastUpdateTime": "System.DateTime",
"StartTime": "System.DateTime",
@@ -41097,7 +41071,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobSpecification": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Constraints": "Microsoft.Azure.Commands.Batch.Models.PSJobConstraints",
"JobManagerTask": "Microsoft.Azure.Commands.Batch.Models.PSJobManagerTask",
@@ -41157,7 +41131,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSSchedule": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSSchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSchedule, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DoNotRunAfter": "System.Nullable`1[System.DateTime]",
"DoNotRunUntil": "System.Nullable`1[System.DateTime]",
@@ -41292,7 +41266,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobPreparationTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Batch.Common.JobPreparationTaskState",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -41421,7 +41395,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSJobReleaseTaskExecutionInformation, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "Microsoft.Azure.Batch.Common.JobReleaseTaskState",
"ContainerInformation": "Microsoft.Azure.Commands.Batch.Models.PSTaskContainerExecutionInformation",
@@ -41548,7 +41522,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSFileProperties": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSFileProperties, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastModified": "System.DateTime",
"ContentLength": "System.Int64",
@@ -41584,7 +41558,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSNodeCounts": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSNodeCounts, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Creating": "System.Int32",
"Idle": "System.Int32",
@@ -41925,7 +41899,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Batch.Models.PSSkuCapability"
]
@@ -41933,7 +41907,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSSkuCapability": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSSkuCapability",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSSkuCapability, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -42037,7 +42011,7 @@
"Microsoft.Azure.Commands.Batch.Models.PSCloudTask": {
"Namespace": "Microsoft.Azure.Commands.Batch.Models",
"Name": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Batch.Models.PSCloudTask, Microsoft.Azure.PowerShell.Cmdlets.Batch, Version=3.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AffinityInformation": "Microsoft.Azure.Commands.Batch.Models.PSAffinityInformation",
"AuthenticationTokenSettings": "Microsoft.Azure.Commands.Batch.Models.PSAuthenticationTokenSettings",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Communication.json b/tools/Tools.Common/SerializedCmdlets/Az.Communication.json
index 59fb50b71813..f018c324ddc1 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Communication.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Communication.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Communication",
- "ModuleVersion": "0.4.0",
+ "ModuleVersion": "0.4.1",
"Cmdlets": [
{
"VerbName": "Get",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceResource, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceResource, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api50.IUserAssignedIdentities",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState]",
@@ -73,7 +73,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunicationServiceName": "System.String",
"Id": "System.String",
@@ -110,7 +110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120,7 +120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -246,7 +246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -262,7 +262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -393,7 +393,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -409,7 +409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -525,7 +525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -541,7 +541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -607,7 +607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunicationServiceName": "System.String",
"Id": "System.String",
@@ -662,7 +662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -678,7 +678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -778,7 +778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -794,7 +794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -867,7 +867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceKeys, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceKeys, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrimaryConnectionString": "System.String",
"PrimaryKey": "System.String",
@@ -936,7 +936,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -946,7 +946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1069,7 +1069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1085,7 +1085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1158,7 +1158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"ProvisioningState": "System.String"
@@ -1206,7 +1206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -1245,7 +1245,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1255,7 +1255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1381,7 +1381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1397,7 +1397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1528,7 +1528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1544,7 +1544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1660,7 +1660,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1676,7 +1676,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1742,7 +1742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -1799,7 +1799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1815,7 +1815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1915,7 +1915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1931,7 +1931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2567,7 +2567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationRecord": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainPropertiesVerificationRecords",
"SpfStatus": "System.String",
@@ -2639,7 +2639,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -2656,7 +2656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -2695,7 +2695,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2705,7 +2705,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2828,7 +2828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2844,7 +2844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3008,7 +3008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3024,7 +3024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3108,7 +3108,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -3165,7 +3165,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3181,7 +3181,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3247,7 +3247,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -3304,7 +3304,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3320,7 +3320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3420,7 +3420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3436,7 +3436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3509,7 +3509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"DisplayName": "System.String",
@@ -3574,7 +3574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -3591,7 +3591,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -3608,7 +3608,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -3647,7 +3647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3657,7 +3657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3795,7 +3795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3811,7 +3811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3907,7 +3907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -3964,7 +3964,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3980,7 +3980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4156,7 +4156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4172,7 +4172,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4253,7 +4253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -4310,7 +4310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4326,7 +4326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4392,7 +4392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -4449,7 +4449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4465,7 +4465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4565,7 +4565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4581,7 +4581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4703,7 +4703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -4720,7 +4720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -4737,7 +4737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationType": "System.String"
}
@@ -4807,7 +4807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4817,7 +4817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4993,7 +4993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5009,7 +5009,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5214,7 +5214,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5230,7 +5230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5326,7 +5326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -5413,7 +5413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5429,7 +5429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5525,7 +5525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -5548,7 +5548,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationType": "System.String"
}
@@ -5615,7 +5615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5631,7 +5631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5836,7 +5836,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5852,7 +5852,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5993,7 +5993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationType": "System.String"
}
@@ -6060,7 +6060,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6076,7 +6076,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6157,7 +6157,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -6244,7 +6244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6260,7 +6260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6341,7 +6341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -6364,7 +6364,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationType": "System.String"
}
@@ -6431,7 +6431,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6447,7 +6447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6577,7 +6577,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6593,7 +6593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6681,7 +6681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceResource, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceResource, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api50.IUserAssignedIdentities",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState]",
@@ -6755,7 +6755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6823,7 +6823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6833,7 +6833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6963,7 +6963,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7073,7 +7073,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7089,7 +7089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7177,7 +7177,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceKeys, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceKeys, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrimaryConnectionString": "System.String",
"PrimaryKey": "System.String",
@@ -7223,7 +7223,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunicationServiceName": "System.String",
"Id": "System.String",
@@ -7238,7 +7238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.IRegenerateKeyParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.IRegenerateKeyParameters, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.IRegenerateKeyParameters, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType]"
}
@@ -7250,7 +7250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7281,7 +7281,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7291,7 +7291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7379,7 +7379,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7428,7 +7428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7444,7 +7444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7555,7 +7555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.IRegenerateKeyParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.IRegenerateKeyParameters, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.IRegenerateKeyParameters, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType]"
}
@@ -7607,7 +7607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7623,7 +7623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7689,7 +7689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunicationServiceName": "System.String",
"Id": "System.String",
@@ -7710,7 +7710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7759,7 +7759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7775,7 +7775,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7841,7 +7841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunicationServiceName": "System.String",
"Id": "System.String",
@@ -7862,7 +7862,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.IRegenerateKeyParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.IRegenerateKeyParameters, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.IRegenerateKeyParameters, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType]"
}
@@ -7914,7 +7914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7930,7 +7930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8030,7 +8030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8046,7 +8046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8119,7 +8119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"ProvisioningState": "System.String"
@@ -8242,7 +8242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8252,7 +8252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8401,7 +8401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8417,7 +8417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8640,7 +8640,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8656,7 +8656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8849,7 +8849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8865,7 +8865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9058,7 +9058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9074,7 +9074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9162,7 +9162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationRecord": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainPropertiesVerificationRecords",
"SpfStatus": "System.String",
@@ -9233,7 +9233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -9286,7 +9286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationRecord": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainPropertiesVerificationRecords",
"SpfStatus": "System.String",
@@ -9363,7 +9363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9373,7 +9373,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9492,7 +9492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9508,7 +9508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9716,7 +9716,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9732,7 +9732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9940,7 +9940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9956,7 +9956,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10209,7 +10209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10225,7 +10225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10306,7 +10306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -10456,7 +10456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10472,7 +10472,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10553,7 +10553,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -10576,7 +10576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationRecord": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainPropertiesVerificationRecords",
"SpfStatus": "System.String",
@@ -10677,7 +10677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10693,7 +10693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10781,7 +10781,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"DisplayName": "System.String",
@@ -10845,7 +10845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -10862,7 +10862,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -10897,7 +10897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"DisplayName": "System.String",
@@ -10952,7 +10952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10962,7 +10962,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11054,7 +11054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11070,7 +11070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11260,7 +11260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11276,7 +11276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11466,7 +11466,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11482,7 +11482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11563,7 +11563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -11665,7 +11665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11681,7 +11681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11762,7 +11762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -11785,7 +11785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"DisplayName": "System.String",
@@ -11855,7 +11855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11871,7 +11871,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12076,7 +12076,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12092,7 +12092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12158,7 +12158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -12260,7 +12260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12276,7 +12276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12342,7 +12342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -12365,7 +12365,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"DisplayName": "System.String",
@@ -12435,7 +12435,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12451,7 +12451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12567,7 +12567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunicationServiceName": "System.String",
"Id": "System.String",
@@ -12613,7 +12613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12623,7 +12623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12781,7 +12781,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12797,7 +12797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12893,7 +12893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunicationServiceName": "System.String",
"Id": "System.String",
@@ -12963,7 +12963,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12979,7 +12979,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13124,7 +13124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13140,7 +13140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13286,7 +13286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -13334,7 +13334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13344,7 +13344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13502,7 +13502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13518,7 +13518,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13614,7 +13614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -13686,7 +13686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13702,7 +13702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13847,7 +13847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13863,7 +13863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14018,7 +14018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -14035,7 +14035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -14083,7 +14083,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14093,7 +14093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14266,7 +14266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14282,7 +14282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14396,7 +14396,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -14468,7 +14468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14484,7 +14484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14580,7 +14580,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -14652,7 +14652,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14668,7 +14668,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14813,7 +14813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14829,7 +14829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14990,7 +14990,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -15007,7 +15007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -15024,7 +15024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -15063,7 +15063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15073,7 +15073,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15155,7 +15155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -15212,7 +15212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15228,7 +15228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15418,7 +15418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15434,7 +15434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15530,7 +15530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -15587,7 +15587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15603,7 +15603,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15684,7 +15684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -15741,7 +15741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15757,7 +15757,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15872,7 +15872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15888,7 +15888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17493,7 +17493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ILinkNotificationHubParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ILinkNotificationHubParameters, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ILinkNotificationHubParameters, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionString": "System.String",
"ResourceId": "System.String"
@@ -17546,7 +17546,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17556,7 +17556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17678,7 +17678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17694,7 +17694,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17760,7 +17760,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ILinkNotificationHubParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ILinkNotificationHubParameters, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ILinkNotificationHubParameters, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionString": "System.String",
"ResourceId": "System.String"
@@ -17858,7 +17858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17874,7 +17874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18049,7 +18049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18065,7 +18065,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18187,7 +18187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -18204,7 +18204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -18221,7 +18221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationType": "System.String"
}
@@ -18291,7 +18291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18301,7 +18301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18477,7 +18477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18493,7 +18493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18698,7 +18698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18714,7 +18714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18810,7 +18810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -18897,7 +18897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18913,7 +18913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19009,7 +19009,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -19032,7 +19032,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationType": "System.String"
}
@@ -19099,7 +19099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19115,7 +19115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19320,7 +19320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19336,7 +19336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19477,7 +19477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationType": "System.String"
}
@@ -19544,7 +19544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19560,7 +19560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19641,7 +19641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -19728,7 +19728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19744,7 +19744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19825,7 +19825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -19848,7 +19848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationType": "System.String"
}
@@ -19915,7 +19915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19931,7 +19931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20061,7 +20061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20077,7 +20077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20165,7 +20165,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api40",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api40.ICheckNameAvailabilityResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api40.ICheckNameAvailabilityResponse, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api40.ICheckNameAvailabilityResponse, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Reason": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CheckNameAvailabilityReason]",
"NameAvailable": "System.Nullable`1[System.Boolean]",
@@ -20223,7 +20223,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20233,7 +20233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20340,7 +20340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20356,7 +20356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20429,7 +20429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceResource, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20230601Preview.ICommunicationServiceResource, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api50.IUserAssignedIdentities",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState]",
@@ -20485,7 +20485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunicationServiceName": "System.String",
"Id": "System.String",
@@ -20500,7 +20500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20559,7 +20559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20569,7 +20569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20660,7 +20660,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20755,7 +20755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20771,7 +20771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20837,7 +20837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunicationServiceName": "System.String",
"Id": "System.String",
@@ -20858,7 +20858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20953,7 +20953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20969,7 +20969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21035,7 +21035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21130,7 +21130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21146,7 +21146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep[], Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21219,7 +21219,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"ProvisioningState": "System.String"
@@ -21266,7 +21266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -21341,7 +21341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21351,7 +21351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21515,7 +21515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21531,7 +21531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21724,7 +21724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21740,7 +21740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21933,7 +21933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21949,7 +21949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22030,7 +22030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -22117,7 +22117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22133,7 +22133,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22263,7 +22263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22279,7 +22279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22367,7 +22367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerificationRecord": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainPropertiesVerificationRecords",
"SpfStatus": "System.String",
@@ -22438,7 +22438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -22455,7 +22455,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -22490,7 +22490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IUpdateDomainRequestParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IUpdateDomainRequestParameters, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IUpdateDomainRequestParameters, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserEngagementTracking": "System.String"
}
@@ -22551,7 +22551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22561,7 +22561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22740,7 +22740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22756,7 +22756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22964,7 +22964,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22980,7 +22980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23203,7 +23203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23219,7 +23219,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23318,7 +23318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -23420,7 +23420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23436,7 +23436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23535,7 +23535,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -23558,7 +23558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IUpdateDomainRequestParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IUpdateDomainRequestParameters, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IUpdateDomainRequestParameters, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserEngagementTracking": "System.String"
}
@@ -23625,7 +23625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23641,7 +23641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23722,7 +23722,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -23824,7 +23824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23840,7 +23840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23970,7 +23970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23986,7 +23986,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24074,7 +24074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"DisplayName": "System.String",
@@ -24138,7 +24138,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -24155,7 +24155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -24172,7 +24172,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -24207,7 +24207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"DisplayName": "System.String",
@@ -24244,7 +24244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24254,7 +24254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24327,7 +24327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -24414,7 +24414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24430,7 +24430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24526,7 +24526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -24549,7 +24549,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"DisplayName": "System.String",
@@ -24604,7 +24604,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24620,7 +24620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24825,7 +24825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24841,7 +24841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24922,7 +24922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -25009,7 +25009,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25025,7 +25025,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25106,7 +25106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -25129,7 +25129,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ISenderUsernameResource, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataLocation": "System.String",
"DisplayName": "System.String",
@@ -25184,7 +25184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25200,7 +25200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25266,7 +25266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceIdentity, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainName": "System.String",
"EmailServiceName": "System.String",
@@ -25353,7 +25353,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25369,7 +25369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25469,7 +25469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25485,7 +25485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep[], Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25591,12 +25591,12 @@
"Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api50.IUserAssignedIdentities": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api50",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api50.IUserAssignedIdentities",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api50.IUserAssignedIdentities, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api50.IUserAssignedIdentities, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState"
]
@@ -25604,7 +25604,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CommunicationServicesProvisioningState, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -25687,7 +25687,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType"
]
@@ -25695,7 +25695,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.ManagedServiceIdentityType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -25766,7 +25766,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SendAsyncStep, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -25944,7 +25944,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.SendAsyncStep, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -26262,7 +26262,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainPropertiesVerificationRecords": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainPropertiesVerificationRecords",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainPropertiesVerificationRecords, Az.EmailService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainPropertiesVerificationRecords, Az.EmailService.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DmarcTtl": "System.Nullable`1[System.Int32]",
"Dkim2Ttl": "System.Nullable`1[System.Int32]",
@@ -26289,7 +26289,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType"
]
@@ -26297,7 +26297,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.KeyType, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -26395,6 +26395,7 @@
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailAttachment, Az.EmailServicedata.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ContentInBase64": "System.Byte[]",
+ "ContentId": "System.String",
"ContentType": "System.String",
"Name": "System.String"
}
@@ -26416,7 +26417,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CheckNameAvailabilityReason]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CheckNameAvailabilityReason]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CheckNameAvailabilityReason, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CheckNameAvailabilityReason, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CheckNameAvailabilityReason"
]
@@ -26424,7 +26425,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CheckNameAvailabilityReason": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CheckNameAvailabilityReason",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CheckNameAvailabilityReason, Az.Communication.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Communication.Support.CheckNameAvailabilityReason, Az.Communication.private, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Compute.json b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json
index 18f015ac510a..30cd7a61de4b 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Compute.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Compute",
- "ModuleVersion": "8.4.0",
+ "ModuleVersion": "8.5.0",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -71,7 +71,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -111,7 +111,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -194,7 +194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -252,7 +252,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -383,7 +383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalFilePath": "System.IO.FileInfo",
"DestinationUri": "System.Uri"
@@ -517,7 +517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -909,7 +909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1084,7 +1084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1174,7 +1174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1237,7 +1237,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -1278,7 +1278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1353,7 +1353,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -1409,7 +1409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1493,7 +1493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -1567,7 +1567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1639,7 +1639,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1776,7 +1776,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1884,7 +1884,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2029,7 +2029,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2149,7 +2149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2291,7 +2291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2440,7 +2440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2527,7 +2527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2581,7 +2581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -2642,7 +2642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2702,7 +2702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -2793,7 +2793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2883,7 +2883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3009,7 +3009,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3152,7 +3152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3329,7 +3329,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3419,7 +3419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3532,7 +3532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3678,7 +3678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3755,7 +3755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3799,7 +3799,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PassNames"
]
@@ -3811,7 +3811,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ComponentNames"
]
@@ -3823,7 +3823,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -3870,7 +3870,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3920,7 +3920,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PassNames"
]
@@ -3938,7 +3938,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ComponentNames"
]
@@ -3956,7 +3956,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -4027,7 +4027,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4104,7 +4104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4166,7 +4166,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -4276,7 +4276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4356,7 +4356,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -4532,7 +4532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4609,7 +4609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4740,7 +4740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4925,7 +4925,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -5002,7 +5002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -5169,7 +5169,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -5414,7 +5414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -5422,6 +5422,7 @@
"CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
"ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile",
+ "SecurityPostureReference": "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile",
"NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile",
"OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
@@ -5473,7 +5474,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -5481,6 +5482,7 @@
"CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
"ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile",
+ "SecurityPostureReference": "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile",
"NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile",
"OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
@@ -5499,7 +5501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -5560,7 +5562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -5568,6 +5570,7 @@
"CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
"ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile",
+ "SecurityPostureReference": "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile",
"NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile",
"OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
@@ -5592,7 +5595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -5683,7 +5686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -5773,7 +5776,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -5874,7 +5877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -6002,7 +6005,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -6079,7 +6082,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -6153,7 +6156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -6238,7 +6241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -6336,7 +6339,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -6469,7 +6472,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand"
]
@@ -6632,7 +6635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -7238,7 +7241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -7533,7 +7536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7610,7 +7613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7663,7 +7666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -7699,7 +7702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7764,7 +7767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -7818,7 +7821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7895,7 +7898,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7983,7 +7986,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -8101,7 +8104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -8172,7 +8175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -8255,7 +8258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8308,7 +8311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -8427,7 +8430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8510,7 +8513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -8587,7 +8590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -8631,7 +8634,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes"
]
@@ -8678,7 +8681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -8728,7 +8731,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes"
]
@@ -8799,7 +8802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -9036,7 +9039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -9394,7 +9397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -9719,7 +9722,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput",
@@ -9805,7 +9808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9963,7 +9966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10182,7 +10185,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput",
@@ -10621,7 +10624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10802,7 +10805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -11030,7 +11033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -11412,7 +11415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity",
"Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]",
@@ -11582,7 +11585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -11815,7 +11818,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]",
@@ -12071,7 +12074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -12409,7 +12412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -12888,7 +12891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -13460,7 +13463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -14186,7 +14189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -14527,7 +14530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14968,7 +14971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -15196,7 +15199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -15837,7 +15840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -16054,7 +16057,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties",
"RestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]",
@@ -16220,7 +16223,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -16441,7 +16444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -16695,7 +16698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -16779,7 +16782,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -16882,7 +16885,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -17064,7 +17067,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -17330,7 +17333,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -17572,7 +17575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -17817,7 +17820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -18075,7 +18078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -18159,7 +18162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -18559,7 +18562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -19035,7 +19038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -19276,7 +19279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -19510,7 +19513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption",
"Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -19784,7 +19787,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Extension.DSC",
"Name": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -19885,7 +19888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -20102,7 +20105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -20215,7 +20218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -20305,7 +20308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -20461,7 +20464,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -20590,7 +20593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -20694,7 +20697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -20926,7 +20929,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -21100,7 +21103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Version": "System.String",
@@ -21150,7 +21153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]",
@@ -21392,7 +21395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"PublisherName": "System.String",
@@ -21555,7 +21558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Version": "System.String",
@@ -21606,7 +21609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticOSUpgradeProperties": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties",
"ImageDeprecationStatus": "Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus",
@@ -22086,7 +22089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Offer": "System.String",
@@ -22273,7 +22276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"PublisherName": "System.String",
@@ -22411,7 +22414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Skus": "System.String",
@@ -22623,7 +22626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
"Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
@@ -22843,7 +22846,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
"Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]",
@@ -23037,7 +23040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MemoryInMB": "System.Int32",
"NumberOfCores": "System.Int32",
@@ -23357,7 +23360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -23555,7 +23558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -24036,7 +24039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings",
"EncryptionEnabled": "System.Boolean",
@@ -24231,7 +24234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
@@ -24433,7 +24436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity",
@@ -24629,7 +24632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -25015,7 +25018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus",
"DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus",
@@ -25235,7 +25238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
"Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
@@ -25479,7 +25482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSUsage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.Management.Compute.Models.UsageName",
"StatusCode": "System.Net.HttpStatusCode",
@@ -25617,7 +25620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessSAS": "System.String",
"SecurityDataAccessSAS": "System.String"
@@ -25923,7 +25926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessSAS": "System.String",
"SecurityDataAccessSAS": "System.String"
@@ -26205,7 +26208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Patches": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]",
@@ -26294,7 +26297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -27173,7 +27176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -27390,7 +27393,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -27672,7 +27675,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Patches": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]",
@@ -27754,7 +27757,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -27983,7 +27986,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -28146,7 +28149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -28524,7 +28527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -28647,7 +28650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -29105,7 +29108,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -29278,7 +29281,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -29407,7 +29410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -29861,7 +29864,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -30018,7 +30021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30379,7 +30382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -30735,7 +30738,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -31031,7 +31034,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -31136,7 +31139,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -31255,7 +31258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -31411,7 +31414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]",
@@ -31629,7 +31632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -31743,7 +31746,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -31782,7 +31785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -31900,7 +31903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -31915,7 +31918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -31969,7 +31972,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -31982,7 +31985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -32180,7 +32183,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -32243,7 +32246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -32433,7 +32436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -32454,7 +32457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -32538,7 +32541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -32557,7 +32560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -32791,7 +32794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -32872,7 +32875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -32967,7 +32970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -33096,7 +33099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -33439,7 +33442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -33647,7 +33650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -33786,7 +33789,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -33834,7 +33837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -33873,7 +33876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -33886,7 +33889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -34111,7 +34114,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -34189,7 +34192,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -34246,7 +34249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -34265,7 +34268,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -34433,7 +34436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -34987,7 +34990,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -35127,7 +35130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35136,7 +35139,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35281,7 +35284,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
},
"ValidateNotNullOrEmpty": false
@@ -35449,7 +35452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35464,7 +35467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35705,7 +35708,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
},
"ValidateNotNullOrEmpty": false
@@ -35842,7 +35845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35857,7 +35860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36098,7 +36101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
},
"ValidateNotNullOrEmpty": false
@@ -36167,7 +36170,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -36281,7 +36284,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
},
"ValidateNotNullOrEmpty": false
@@ -36291,7 +36294,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -36510,7 +36513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
},
"ValidateNotNullOrEmpty": false
@@ -36526,7 +36529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -36744,7 +36747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
},
"ValidateNotNullOrEmpty": false
@@ -36760,7 +36763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -36955,7 +36958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -37080,7 +37083,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37241,7 +37244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37377,7 +37380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37460,7 +37463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37940,7 +37943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -38016,7 +38019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -38106,7 +38109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -38233,7 +38236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -38324,7 +38327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
@@ -38353,7 +38356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -38458,7 +38461,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
@@ -38499,7 +38502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -38568,7 +38571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -38891,7 +38894,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -39182,7 +39185,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties",
"RestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]",
@@ -39554,7 +39557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -39647,7 +39650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -39754,7 +39757,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -39898,7 +39901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -39982,7 +39985,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -40066,7 +40069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -40093,7 +40096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -40138,7 +40141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -40151,7 +40154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -40301,7 +40304,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -40439,7 +40442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -40478,7 +40481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -40547,7 +40550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -40566,7 +40569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -40776,7 +40779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -40843,7 +40846,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -40897,7 +40900,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -40919,7 +40922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -41030,7 +41033,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -41114,7 +41117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -41148,7 +41151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -41295,7 +41298,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -41519,7 +41522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -41564,7 +41567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -41681,7 +41684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -42308,7 +42311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -44277,7 +44280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -44404,7 +44407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -45090,7 +45093,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -46011,7 +46014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceResource": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
@@ -46101,7 +46104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46250,7 +46253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46407,7 +46410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46576,7 +46579,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46662,7 +46665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -46824,7 +46827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -47597,7 +47600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -47810,7 +47813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -48023,7 +48026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -48121,7 +48124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -48331,7 +48334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48614,6 +48617,25 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "SecurityPostureId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SecurityPostureExcludeExtension",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "SkuProfileVmSize",
"Type": {
@@ -48706,7 +48728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -49094,7 +49116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49550,6 +49572,37 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecurityPostureId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SecurityPostureExcludeExtension",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "SkuProfileVmSize",
@@ -49791,7 +49844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -49937,7 +49990,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -49949,7 +50002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -49969,7 +50022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -49984,7 +50037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -49994,7 +50047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -50089,7 +50142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -50165,7 +50218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -50269,7 +50322,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -50423,6 +50476,25 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "SecurityPostureId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SecurityPostureExcludeExtension",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "SkuProfileVmSize",
"Type": {
@@ -50602,7 +50674,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -50620,7 +50692,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -50646,7 +50718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -50667,7 +50739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -50683,7 +50755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -50838,7 +50910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -50956,7 +51028,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -51341,6 +51413,37 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecurityPostureId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SecurityPostureExcludeExtension",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "SkuProfileVmSize",
@@ -51439,7 +51542,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -51584,7 +51687,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -51602,7 +51705,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -51628,7 +51731,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -51649,7 +51752,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -51665,7 +51768,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -51820,7 +51923,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -51938,7 +52041,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -52323,6 +52426,37 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecurityPostureId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SecurityPostureExcludeExtension",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "SkuProfileVmSize",
@@ -52428,7 +52562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -52590,7 +52724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration",
@@ -52845,7 +52979,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag"
},
"ValidateNotNullOrEmpty": false
@@ -53076,7 +53210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag"
},
"ValidateNotNullOrEmpty": false
@@ -53160,7 +53294,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -53331,7 +53465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateUrl": "System.String",
"CertificateStore": "System.String"
@@ -54041,7 +54175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -54257,7 +54391,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -54478,7 +54612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -54560,7 +54694,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -54759,7 +54893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -54885,7 +55019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -55161,7 +55295,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -55243,7 +55377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]",
@@ -55440,7 +55574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]",
@@ -55564,7 +55698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -55655,7 +55789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -55948,7 +56082,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -56046,7 +56180,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -56137,7 +56271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -56427,7 +56561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -56522,7 +56656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -56622,7 +56756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -56938,7 +57072,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -57044,7 +57178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -57156,7 +57290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -57479,7 +57613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -57574,7 +57708,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -57665,7 +57799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -57884,7 +58018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -58015,7 +58149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -58097,7 +58231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58297,7 +58431,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58424,7 +58558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -58700,7 +58834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -58755,7 +58889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -58815,7 +58949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -58892,7 +59026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -58958,7 +59092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -59049,7 +59183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -59342,7 +59476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Intent": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
@@ -59440,7 +59574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -59633,7 +59767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -59800,7 +59934,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -60076,7 +60210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -60158,7 +60292,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -60314,7 +60448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -60406,7 +60540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -60453,7 +60587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -60935,7 +61069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -61179,7 +61313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -61423,7 +61557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -61613,7 +61747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -62075,7 +62209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -62319,7 +62453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -62409,7 +62543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -62514,7 +62648,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -62646,7 +62780,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -62866,7 +63000,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -63110,7 +63244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -63318,7 +63452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -63562,7 +63696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -63649,7 +63783,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -63738,7 +63872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -63851,7 +63985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -63941,7 +64075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -64038,7 +64172,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -64156,7 +64290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -64246,7 +64380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -64342,7 +64476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -64459,7 +64593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -64679,7 +64813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -65029,7 +65163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65106,7 +65240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65197,7 +65331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65293,7 +65427,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65392,7 +65526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65480,7 +65614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65557,7 +65691,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65639,7 +65773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65745,7 +65879,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65822,7 +65956,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -65910,7 +66044,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -66006,7 +66140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -66102,7 +66236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -66190,7 +66324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -66198,6 +66332,7 @@
"CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
"ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile",
+ "SecurityPostureReference": "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile",
"NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile",
"OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
@@ -66249,7 +66384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -66257,6 +66392,7 @@
"CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
"ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile",
+ "SecurityPostureReference": "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile",
"NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile",
"OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
@@ -66310,7 +66446,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -66318,6 +66454,7 @@
"CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
"ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile",
+ "SecurityPostureReference": "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile",
"NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile",
"OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
@@ -66395,7 +66532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -66472,7 +66609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -66560,7 +66697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -66656,7 +66793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -66752,7 +66889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -66840,7 +66977,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -67106,7 +67243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -67177,7 +67314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -67250,7 +67387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -67347,7 +67484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WalkPerformed": "System.Nullable`1[System.Boolean]",
"NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]"
@@ -67450,7 +67587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -67850,7 +67987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -68001,7 +68138,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -68092,7 +68229,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -68272,7 +68409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -68373,7 +68510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -68420,7 +68557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -68980,7 +69117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -69243,7 +69380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -69480,7 +69617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -69717,7 +69854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalFilePath": "System.IO.FileInfo",
"Source": "System.Uri"
@@ -70273,7 +70410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -70809,7 +70946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -70893,7 +71030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -70988,7 +71125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71113,7 +71250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71197,7 +71334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71292,7 +71429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71417,7 +71554,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71501,7 +71638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71596,7 +71733,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71721,7 +71858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71808,7 +71945,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -71906,7 +72043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -72031,7 +72168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -72095,7 +72232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -72170,7 +72307,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -72275,7 +72412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -72339,7 +72476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -72414,7 +72551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -72519,7 +72656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -72574,7 +72711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -72596,7 +72733,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -72608,7 +72745,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes"
]
@@ -72629,7 +72766,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -72712,7 +72849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -72740,7 +72877,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -72758,7 +72895,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes"
]
@@ -72791,7 +72928,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -72922,7 +73059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -72994,7 +73131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -73077,7 +73214,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -73190,7 +73327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -73262,7 +73399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -73345,7 +73482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -73458,7 +73595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -73530,7 +73667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -73613,7 +73750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -73726,7 +73863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -73781,7 +73918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -73847,7 +73984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -73943,7 +74080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -73998,7 +74135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -74064,7 +74201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -74160,7 +74297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -74207,7 +74344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -75143,7 +75280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -75491,7 +75628,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -75941,7 +76078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -76534,7 +76671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -76754,7 +76891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -77078,7 +77215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77168,7 +77305,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77287,7 +77424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77426,7 +77563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77535,7 +77672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77633,7 +77770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -79007,7 +79144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -79088,7 +79225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -79151,7 +79288,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -79873,7 +80010,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -80186,7 +80323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -80861,7 +80998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -81132,7 +81269,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -81509,7 +81646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -81599,7 +81736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -81674,7 +81811,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -81754,7 +81891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -81814,7 +81951,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -81944,7 +82081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -82004,7 +82141,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -82137,7 +82274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -82197,7 +82334,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -82316,7 +82453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -82758,7 +82895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -84895,7 +85032,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -85728,7 +85865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -86710,7 +86847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86800,7 +86937,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87027,7 +87164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87286,7 +87423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87575,7 +87712,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87834,7 +87971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -88123,7 +88260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -88322,7 +88459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -88465,7 +88602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -88555,7 +88692,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -88635,7 +88772,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -88844,7 +88981,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -88942,7 +89079,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -89195,7 +89332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -89293,7 +89430,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -89606,7 +89743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -89704,7 +89841,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -89957,7 +90094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -90055,7 +90192,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -90368,7 +90505,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -90466,7 +90603,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -90708,7 +90845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -90798,7 +90935,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -90917,7 +91054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -91075,7 +91212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -91165,7 +91302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -91257,7 +91394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -91370,7 +91507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -91460,7 +91597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -91588,7 +91725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -91742,7 +91879,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -91851,7 +91988,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -91949,7 +92086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -92036,7 +92173,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -92052,7 +92189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -92075,7 +92212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -92191,7 +92328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -92213,7 +92350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -92242,7 +92379,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -92319,7 +92456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -93036,7 +93173,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -93113,7 +93250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -93204,7 +93341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -93325,7 +93462,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
"Settings": "System.Object",
@@ -93885,7 +94022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -93982,7 +94119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94337,7 +94474,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94470,7 +94607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94547,7 +94684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94672,7 +94809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent"
},
"ValidateNotNullOrEmpty": false
@@ -94682,7 +94819,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener"
},
"ValidateNotNullOrEmpty": false
@@ -94704,7 +94841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey"
},
"ValidateNotNullOrEmpty": false
@@ -94714,7 +94851,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup"
},
"ValidateNotNullOrEmpty": false
@@ -94777,7 +94914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94956,7 +95093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent"
},
"ValidateNotNullOrEmpty": false
@@ -94972,7 +95109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener"
},
"ValidateNotNullOrEmpty": false
@@ -95006,7 +95143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey"
},
"ValidateNotNullOrEmpty": false
@@ -95022,7 +95159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup"
},
"ValidateNotNullOrEmpty": false
@@ -95121,7 +95258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95198,7 +95335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95334,7 +95471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95530,7 +95667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95607,7 +95744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95686,7 +95823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95789,7 +95926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95866,7 +96003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -95958,7 +96095,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -95988,7 +96125,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -96073,7 +96210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -96154,7 +96291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -96282,7 +96419,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -96330,7 +96467,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -96469,7 +96606,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -96598,7 +96735,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -96675,7 +96812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -96763,7 +96900,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -96881,7 +97018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -97686,7 +97823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -97776,7 +97913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -97877,7 +98014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -98005,7 +98142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -98052,7 +98189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -98406,7 +98543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -98669,7 +98806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -98739,7 +98876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -98906,7 +99043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -99116,7 +99253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -99353,7 +99490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -99400,7 +99537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -100107,7 +100244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -100591,7 +100728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -100867,7 +101004,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM",
"Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Result": "System.Boolean",
"PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]",
@@ -101134,7 +101271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -101198,7 +101335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -101291,7 +101428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -101419,7 +101556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -101536,7 +101673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -101625,7 +101762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -101837,7 +101974,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -102116,7 +102253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -102191,7 +102328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -102385,7 +102522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
@@ -102665,7 +102802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -102770,7 +102907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -102801,7 +102938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -102920,7 +103057,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -103036,7 +103173,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -103192,7 +103329,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -103282,7 +103419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -103766,7 +103903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -104111,7 +104248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -104198,7 +104335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -104955,7 +105092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -105509,7 +105646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -105616,7 +105753,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -106390,7 +106527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -106949,7 +107086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -107057,7 +107194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -107568,7 +107705,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -107908,7 +108045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -108015,7 +108152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -108137,7 +108274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -108213,7 +108350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -108304,7 +108441,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -108357,7 +108494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -108460,7 +108597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -108739,7 +108876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -108835,7 +108972,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties",
"RestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]",
@@ -109025,7 +109162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -109118,7 +109255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -109140,7 +109277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -109247,7 +109384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -109354,7 +109491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -109498,7 +109635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -109581,7 +109718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -109776,7 +109913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -109898,7 +110035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -109967,7 +110104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -110030,7 +110167,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -110288,7 +110425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -110685,7 +110822,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -110737,7 +110874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -111152,7 +111289,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -111537,7 +111674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -111926,7 +112063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -112024,7 +112161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -112173,7 +112310,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -112293,7 +112430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -112492,7 +112629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -112748,7 +112885,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -113133,7 +113270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -113464,7 +113601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -113828,7 +113965,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -113879,7 +114016,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -114264,7 +114401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -114595,7 +114732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -114950,7 +115087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -115213,7 +115350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -115314,7 +115451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -115351,7 +115488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -115496,7 +115633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -115588,7 +115725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -115710,7 +115847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -115802,7 +115939,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -115846,7 +115983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -115945,7 +116082,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
"EndOfLifeDate": "System.Nullable`1[System.DateTime]",
@@ -116006,7 +116143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -116054,7 +116191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116064,7 +116201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116187,7 +116324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116203,7 +116340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116367,7 +116504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116383,7 +116520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116449,7 +116586,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -116515,7 +116652,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116531,7 +116668,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116631,7 +116768,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116647,7 +116784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116720,7 +116857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
"PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
@@ -116804,7 +116941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -116830,7 +116967,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -116861,7 +116998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116871,7 +117008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117009,7 +117146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117025,7 +117162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117170,7 +117307,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -117219,7 +117356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117235,7 +117372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117301,7 +117438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -117333,7 +117470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -117382,7 +117519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117398,7 +117535,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117498,7 +117635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117514,7 +117651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117587,7 +117724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresResponse, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresResponse, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PlacementScore": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IPlacementScore[]",
"DesiredSize": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]",
@@ -117625,7 +117762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -117654,7 +117791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DesiredSize": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]",
"AvailabilityZone": "System.Nullable`1[System.Boolean]",
@@ -117697,7 +117834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize"
},
"ValidateNotNullOrEmpty": false
@@ -117729,7 +117866,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117739,7 +117876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117858,7 +117995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize"
},
"ValidateNotNullOrEmpty": false
@@ -117908,7 +118045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117924,7 +118061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118023,7 +118160,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DesiredSize": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]",
"AvailabilityZone": "System.Nullable`1[System.Boolean]",
@@ -118078,7 +118215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118094,7 +118231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118160,7 +118297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -118238,7 +118375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize"
},
"ValidateNotNullOrEmpty": false
@@ -118288,7 +118425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118304,7 +118441,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118370,7 +118507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -118405,7 +118542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DesiredSize": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]",
"AvailabilityZone": "System.Nullable`1[System.Boolean]",
@@ -118460,7 +118597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118476,7 +118613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118576,7 +118713,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118592,7 +118729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118668,7 +118805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
"EndOfLifeDate": "System.Nullable`1[System.DateTime]",
@@ -118737,7 +118874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -118795,7 +118932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118805,7 +118942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118935,7 +119072,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -119029,7 +119166,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119045,7 +119182,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119133,7 +119270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
"PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
@@ -119297,7 +119434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -119365,7 +119502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119375,7 +119512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119640,7 +119777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -119750,7 +119887,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119766,7 +119903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119906,7 +120043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -119963,7 +120100,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119973,7 +120110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120146,7 +120283,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120162,7 +120299,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120258,7 +120395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -120339,7 +120476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120355,7 +120492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120500,7 +120637,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120516,7 +120653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120680,7 +120817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -120737,7 +120874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120747,7 +120884,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120935,7 +121072,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120951,7 +121088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121047,7 +121184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -121128,7 +121265,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121144,7 +121281,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121289,7 +121426,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121305,7 +121442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121457,7 +121594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -121514,7 +121651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121524,7 +121661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121694,7 +121831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121710,7 +121847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121806,7 +121943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -121887,7 +122024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121903,7 +122040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122048,7 +122185,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122064,7 +122201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122225,7 +122362,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -122282,7 +122419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122292,7 +122429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122477,7 +122614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122493,7 +122630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122589,7 +122726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -122670,7 +122807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122686,7 +122823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122831,7 +122968,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122847,7 +122984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122950,7 +123087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommand, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommand, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceViewStatuses": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus[]",
"ProtectedParameter": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
@@ -123100,7 +123237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -123110,7 +123247,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -123250,7 +123387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123260,7 +123397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123492,7 +123629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -123508,7 +123645,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -123678,7 +123815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123694,7 +123831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -124000,7 +124137,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -124016,7 +124153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -124186,7 +124323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -124202,7 +124339,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -124478,7 +124615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -124494,7 +124631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -124664,7 +124801,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -124680,7 +124817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -124768,7 +124905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommand, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IVirtualMachineRunCommand, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceViewStatuses": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus[]",
"ProtectedParameter": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
@@ -124927,7 +125064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -124937,7 +125074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -125077,7 +125214,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -125087,7 +125224,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -125334,7 +125471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -125350,7 +125487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -125520,7 +125657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -125536,7 +125673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -125857,7 +125994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -125873,7 +126010,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -126043,7 +126180,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -126059,7 +126196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -126350,7 +126487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -126366,7 +126503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -126536,7 +126673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -126552,7 +126689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -126640,7 +126777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
"EndOfLifeDate": "System.Nullable`1[System.DateTime]",
@@ -126700,7 +126837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -126775,7 +126912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -126785,7 +126922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -126979,7 +127116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -126995,7 +127132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127076,7 +127213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -127187,7 +127324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127203,7 +127340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127363,7 +127500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127379,7 +127516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127467,7 +127604,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
"PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
@@ -127550,7 +127687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -127630,7 +127767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -127671,7 +127808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127681,7 +127818,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127901,7 +128038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -127966,7 +128103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127982,7 +128119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -128063,7 +128200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -128185,7 +128322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -128250,7 +128387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -128266,7 +128403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -128437,7 +128574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
@@ -128502,7 +128639,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -128518,7 +128655,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -128639,7 +128776,7 @@
"Microsoft.Azure.Management.Compute.Models.ExtendedLocation": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -128695,7 +128832,7 @@
"Microsoft.Azure.Management.Compute.Models.ImageStorageProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsDisk": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk",
"DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]",
@@ -128755,7 +128892,7 @@
"Microsoft.Azure.Management.Compute.Models.ImageOSDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
@@ -128845,7 +128982,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -128891,7 +129028,7 @@
"Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -128983,7 +129120,7 @@
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -129070,7 +129207,7 @@
"Microsoft.Azure.Management.Compute.Models.SubResource": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SubResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -129116,7 +129253,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -129124,7 +129261,7 @@
"Microsoft.Azure.Management.Compute.Models.CachingTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -129224,7 +129361,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ImageDataDisk"
]
@@ -129232,7 +129369,7 @@
"Microsoft.Azure.Management.Compute.Models.ImageDataDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -129468,7 +129605,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GalleryApplications": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]"
},
@@ -129505,7 +129642,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication"
]
@@ -129513,7 +129650,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
@@ -129555,7 +129692,7 @@
"Microsoft.Azure.Commands.Compute.Models.DisplayHintType": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -129642,7 +129779,7 @@
"Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UltraSSDEnabled": "System.Nullable`1[System.Boolean]",
"HibernationEnabled": "System.Nullable`1[System.Boolean]"
@@ -129693,7 +129830,7 @@
"Microsoft.Azure.Management.Compute.Models.BillingProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BillingProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxPrice": "System.Nullable`1[System.Double]"
},
@@ -129747,7 +129884,7 @@
"Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CapacityReservationGroup": "Microsoft.Azure.Management.Compute.Models.SubResource"
},
@@ -129793,7 +129930,7 @@
"Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics"
},
@@ -129839,7 +129976,7 @@
"Microsoft.Azure.Management.Compute.Models.BootDiagnostics": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -129890,7 +130027,7 @@
"Microsoft.Azure.Management.Compute.Models.HardwareProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.HardwareProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmSizeProperties": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties",
"VmSize": "System.String"
@@ -129941,7 +130078,7 @@
"Microsoft.Azure.Management.Compute.Models.VMSizeProperties": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VCPUsAvailable": "System.Nullable`1[System.Int32]",
"VCPUsPerCore": "System.Nullable`1[System.Int32]"
@@ -129992,7 +130129,7 @@
"Microsoft.Azure.Management.Compute.Models.NetworkProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.NetworkProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkInterfaces": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]",
"NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]",
@@ -130048,7 +130185,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference"
]
@@ -130056,7 +130193,7 @@
"Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Primary": "System.Nullable`1[System.Boolean]",
"DeleteOption": "System.String",
@@ -130125,7 +130262,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration"
]
@@ -130133,7 +130270,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"DscpConfiguration": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -130288,7 +130425,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsServers": "System.Collections.Generic.IList`1[System.String]"
},
@@ -130334,7 +130471,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration"
]
@@ -130342,7 +130479,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Management.Compute.Models.SubResource",
"PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration",
@@ -130427,7 +130564,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku",
"PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -130517,7 +130654,7 @@
"Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -130568,7 +130705,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainNameLabel": "System.String",
"DomainNameLabelScope": "System.String"
@@ -130623,7 +130760,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag"
]
@@ -130631,7 +130768,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -130682,7 +130819,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SubResource"
]
@@ -130690,7 +130827,7 @@
"Microsoft.Azure.Management.Compute.Models.OSProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -130776,7 +130913,7 @@
"Microsoft.Azure.Management.Compute.Models.LinuxConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PatchSettings": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings",
"Ssh": "Microsoft.Azure.Management.Compute.Models.SshConfiguration",
@@ -130842,7 +130979,7 @@
"Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticByPlatformSettings": "Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings",
"AssessmentMode": "System.String",
@@ -130898,7 +131035,7 @@
"Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BypassPlatformSafetyChecksOnUserSchedule": "System.Nullable`1[System.Boolean]",
"RebootSetting": "System.String"
@@ -130949,7 +131086,7 @@
"Microsoft.Azure.Management.Compute.Models.SshConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SshConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]"
},
@@ -130995,7 +131132,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SshPublicKey"
]
@@ -131003,7 +131140,7 @@
"Microsoft.Azure.Management.Compute.Models.SshPublicKey": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"KeyData": "System.String"
@@ -131054,7 +131191,7 @@
"Microsoft.Azure.Management.Compute.Models.WindowsConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PatchSettings": "Microsoft.Azure.Management.Compute.Models.PatchSettings",
"WinRM": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration",
@@ -131130,7 +131267,7 @@
"Microsoft.Azure.Management.Compute.Models.PatchSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PatchSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticByPlatformSettings": "Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings",
"EnableHotpatching": "System.Nullable`1[System.Boolean]",
@@ -131191,7 +131328,7 @@
"Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BypassPlatformSafetyChecksOnUserSchedule": "System.Nullable`1[System.Boolean]",
"RebootSetting": "System.String"
@@ -131242,7 +131379,7 @@
"Microsoft.Azure.Management.Compute.Models.WinRMConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Listeners": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]"
},
@@ -131288,7 +131425,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.WinRMListener"
]
@@ -131296,7 +131433,7 @@
"Microsoft.Azure.Management.Compute.Models.WinRMListener": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocol": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]",
"CertificateUrl": "System.String"
@@ -131347,7 +131484,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes"
]
@@ -131355,7 +131492,7 @@
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -131442,7 +131579,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent"
]
@@ -131450,7 +131587,7 @@
"Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComponentName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]",
"PassName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]",
@@ -131511,7 +131648,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ComponentNames"
]
@@ -131519,7 +131656,7 @@
"Microsoft.Azure.Management.Compute.Models.ComponentNames": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ComponentNames",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -131606,7 +131743,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PassNames"
]
@@ -131614,7 +131751,7 @@
"Microsoft.Azure.Management.Compute.Models.PassNames": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PassNames",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -131701,7 +131838,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -131709,7 +131846,7 @@
"Microsoft.Azure.Management.Compute.Models.SettingNames": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SettingNames",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -131796,7 +131933,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VaultSecretGroup"
]
@@ -131804,7 +131941,7 @@
"Microsoft.Azure.Management.Compute.Models.VaultSecretGroup": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource",
"VaultCertificates": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]"
@@ -131855,7 +131992,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VaultCertificate"
]
@@ -131863,7 +132000,7 @@
"Microsoft.Azure.Management.Compute.Models.VaultCertificate": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateUrl": "System.String",
"CertificateStore": "System.String"
@@ -131914,7 +132051,7 @@
"Microsoft.Azure.Management.Compute.Models.Plan": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.Plan",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Publisher": "System.String",
@@ -131975,7 +132112,7 @@
"Microsoft.Azure.Management.Compute.Models.SecurityProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionIdentity": "Microsoft.Azure.Management.Compute.Models.EncryptionIdentity",
"ProxyAgentSettings": "Microsoft.Azure.Management.Compute.Models.ProxyAgentSettings",
@@ -132041,7 +132178,7 @@
"Microsoft.Azure.Management.Compute.Models.EncryptionIdentity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.EncryptionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentityResourceId": "System.String"
},
@@ -132087,7 +132224,7 @@
"Microsoft.Azure.Management.Compute.Models.ProxyAgentSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ProxyAgentSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProxyAgentSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProxyAgentSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"KeyIncarnationId": "System.Nullable`1[System.Int32]",
@@ -132143,7 +132280,7 @@
"Microsoft.Azure.Management.Compute.Models.UefiSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UefiSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UefiSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UefiSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecureBootEnabled": "System.Nullable`1[System.Boolean]",
"VTpmEnabled": "System.Nullable`1[System.Boolean]"
@@ -132194,7 +132331,7 @@
"Microsoft.Azure.Management.Compute.Models.StorageProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.StorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.OSDisk",
@@ -132259,7 +132396,7 @@
"Microsoft.Azure.Management.Compute.Models.ImageReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Offer": "System.String",
@@ -132340,7 +132477,7 @@
"Microsoft.Azure.Management.Compute.Models.OSDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings",
"EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings",
@@ -132445,7 +132582,7 @@
"Microsoft.Azure.Management.Compute.Models.DiffDiskSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Option": "System.String",
"Placement": "System.String"
@@ -132496,7 +132633,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference",
"DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference",
@@ -132556,7 +132693,7 @@
"Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource",
"KeyUrl": "System.String"
@@ -132611,7 +132748,7 @@
"Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource",
"SecretUrl": "System.String"
@@ -132666,7 +132803,7 @@
"Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile",
@@ -132727,7 +132864,7 @@
"Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"SecurityEncryptionType": "System.String"
@@ -132778,7 +132915,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualHardDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Uri": "System.String"
},
@@ -132824,7 +132961,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -132832,7 +132969,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DataDisk"
]
@@ -132840,7 +132977,7 @@
"Microsoft.Azure.Management.Compute.Models.DataDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceResource": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
@@ -132960,7 +133097,7 @@
"Microsoft.Azure.Management.Compute.Models.ApiEntityReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -133014,7 +133151,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue]",
"Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
@@ -133075,7 +133212,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue"
@@ -133084,7 +133221,7 @@
"Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"ClientId": "System.String"
@@ -133135,7 +133272,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -133143,7 +133280,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -133230,7 +133367,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -133356,7 +133493,7 @@
"Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"SerialConsoleLogBlobUri": "System.String",
@@ -133412,7 +133549,7 @@
"Microsoft.Azure.Management.Compute.Models.InstanceViewStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Level": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]",
"Time": "System.Nullable`1[System.DateTime]",
@@ -133478,7 +133615,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.StatusLevelTypes"
]
@@ -133486,7 +133623,7 @@
"Microsoft.Azure.Management.Compute.Models.StatusLevelTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -133586,7 +133723,7 @@
"Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastOperationResultCode": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]",
"IsCustomerInitiatedMaintenanceAllowed": "System.Nullable`1[System.Boolean]",
@@ -133662,7 +133799,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes"
]
@@ -133670,7 +133807,7 @@
"Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -133757,7 +133894,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"ExtensionHandlers": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]",
@@ -133813,7 +133950,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.InstanceViewStatus"
]
@@ -133821,7 +133958,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView"
]
@@ -133829,7 +133966,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"TypeHandlerVersion": "System.String",
@@ -133885,7 +134022,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus"
},
@@ -133931,7 +134068,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePatchSummary": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary",
"LastPatchInstallationSummary": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary",
@@ -133987,7 +134124,7 @@
"Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"RebootPending": "System.Nullable`1[System.Boolean]",
@@ -134068,7 +134205,7 @@
"Microsoft.Azure.Management.Compute.Models.ApiError": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ApiError",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Innererror": "Microsoft.Azure.Management.Compute.Models.InnerError",
"Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]",
@@ -134134,7 +134271,7 @@
"Microsoft.Azure.Management.Compute.Models.InnerError": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.InnerError",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exceptiontype": "System.String",
"Errordetail": "System.String"
@@ -134185,7 +134322,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ApiErrorBase"
]
@@ -134193,7 +134330,7 @@
"Microsoft.Azure.Management.Compute.Models.ApiErrorBase": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Code": "System.String",
"Target": "System.String",
@@ -134249,7 +134386,7 @@
"Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"MaintenanceWindowExceeded": "System.Nullable`1[System.Boolean]",
@@ -134345,7 +134482,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskInstanceView"
]
@@ -134353,7 +134490,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -134409,7 +134546,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings"
]
@@ -134417,7 +134554,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView"
]
@@ -134425,7 +134562,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Substatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -134491,7 +134628,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension"
]
@@ -134499,7 +134636,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectedSettingsFromKeyVault": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
@@ -134644,7 +134781,7 @@
"Microsoft.Azure.Management.Compute.Models.Sku": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.Sku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int64]",
"Tier": "System.String",
@@ -134700,7 +134837,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -134821,7 +134958,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]"
},
@@ -134867,7 +135004,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
]
@@ -134875,7 +135012,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings",
@@ -135075,7 +135212,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsServers": "System.Collections.Generic.IList`1[System.String]"
},
@@ -135121,7 +135258,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration"
]
@@ -135129,7 +135266,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration",
@@ -135265,7 +135402,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku",
"PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -135350,7 +135487,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainNameLabel": "System.String",
"DomainNameLabelScope": "System.String"
@@ -135405,7 +135542,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag"
]
@@ -135413,7 +135550,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -135464,7 +135601,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectFromScaleIn": "System.Nullable`1[System.Boolean]",
"ProtectFromScaleSetActions": "System.Nullable`1[System.Boolean]"
@@ -135523,7 +135660,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -135531,6 +135668,7 @@
"CapacityReservation": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
"ScheduledEventsProfile": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile",
+ "SecurityPostureReference": "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.SecurityProfile",
"NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile",
"OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
@@ -135574,7 +135712,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]"
},
@@ -135611,7 +135749,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
]
@@ -135619,7 +135757,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]",
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
@@ -135667,7 +135805,7 @@
"Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsImageNotificationProfile": "Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile",
"TerminateNotificationProfile": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile"
@@ -135718,7 +135856,7 @@
"Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSImageNotificationProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Nullable`1[System.Boolean]",
"NotBeforeTimeout": "System.String"
@@ -135769,7 +135907,7 @@
"Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Nullable`1[System.Boolean]",
"NotBeforeTimeout": "System.String"
@@ -135817,10 +135955,70 @@
}
]
},
+ "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference": {
+ "Namespace": "Microsoft.Azure.Management.Compute.Models",
+ "Name": "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityPostureReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExcludeExtensions": "System.Collections.Generic.IList`1[System.String]",
+ "IsOverridable": "System.Nullable`1[System.Boolean]",
+ "Id": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "ReturnType": "System.Void"
+ },
+ {
+ "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": "excludeExtensions",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "isOverridable",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HealthProbe": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]",
@@ -135876,7 +136074,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -135962,7 +136160,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -136027,7 +136225,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings",
"Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk",
@@ -136127,7 +136325,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile",
@@ -136183,7 +136381,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk"
]
@@ -136191,7 +136389,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters",
"Lun": "System.Int32",
@@ -136286,7 +136484,7 @@
"Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -136333,7 +136531,7 @@
"Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"GracePeriod": "System.String",
@@ -136389,7 +136587,7 @@
"Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BaseRegularPriorityCount": "System.Nullable`1[System.Int32]",
"RegularPriorityPercentageAboveBase": "System.Nullable`1[System.Int32]"
@@ -136444,7 +136642,7 @@
"Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResiliencyPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResilientVMCreationPolicy": "Microsoft.Azure.Management.Compute.Models.ResilientVMCreationPolicy",
"ResilientVMDeletionPolicy": "Microsoft.Azure.Management.Compute.Models.ResilientVMDeletionPolicy"
@@ -136495,7 +136693,7 @@
"Microsoft.Azure.Management.Compute.Models.ResilientVMCreationPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResilientVMCreationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResilientVMCreationPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResilientVMCreationPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]"
},
@@ -136541,7 +136739,7 @@
"Microsoft.Azure.Management.Compute.Models.ResilientVMDeletionPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResilientVMDeletionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResilientVMDeletionPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResilientVMDeletionPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]"
},
@@ -136587,7 +136785,7 @@
"Microsoft.Azure.Management.Compute.Models.ScaleInPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "System.Collections.Generic.IList`1[System.String]",
"ForceDeletion": "System.Nullable`1[System.Boolean]"
@@ -136638,7 +136836,7 @@
"Microsoft.Azure.Management.Compute.Models.SkuProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SkuProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SkuProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SkuProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmSizes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize]",
"AllocationStrategy": "System.String"
@@ -136689,7 +136887,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize"
]
@@ -136697,7 +136895,7 @@
"Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SkuProfileVMSize, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -136743,7 +136941,7 @@
"Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"RestoreTimeout": "System.String"
@@ -136794,7 +136992,7 @@
"Microsoft.Azure.Management.Compute.Models.UpgradePolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy",
"RollingUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
@@ -136854,7 +137052,7 @@
"Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableAutomaticOSUpgrade": "System.Nullable`1[System.Boolean]",
"DisableAutomaticRollback": "System.Nullable`1[System.Boolean]",
@@ -136915,7 +137113,7 @@
"Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -137000,7 +137198,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -137008,7 +137206,7 @@
"Microsoft.Azure.Management.Compute.Models.UpgradeMode": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -137095,7 +137293,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue]",
"Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
@@ -137156,7 +137354,7 @@
"Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
"Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
@@ -137208,7 +137406,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -137289,7 +137487,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScriptUriManagedIdentity": "Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity",
"Script": "System.String",
@@ -137350,7 +137548,7 @@
"Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientId": "System.String",
"ObjectId": "System.String"
@@ -137401,7 +137599,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter"
]
@@ -137409,7 +137607,7 @@
"Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -137464,7 +137662,7 @@
"Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Output": "System.String"
},
@@ -137510,7 +137708,7 @@
"Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UtilizationInfo": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]"
@@ -137561,7 +137759,7 @@
"Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachinesAllocated": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]",
"CurrentCapacity": "System.Nullable`1[System.Int32]"
@@ -137621,7 +137819,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly"
]
@@ -137629,7 +137827,7 @@
"Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -137675,7 +137873,7 @@
"Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CapacityReservations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName]",
"SharedSubscriptionIds": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]"
@@ -137726,7 +137924,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName"
]
@@ -137734,7 +137932,7 @@
"Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UtilizationInfo": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -137790,7 +137988,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSharingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubscriptionIds": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]"
},
@@ -137836,7 +138034,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]",
"Minimum": "System.Nullable`1[System.Int64]",
@@ -137897,7 +138095,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType"
]
@@ -137905,7 +138103,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -137992,7 +138190,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities"
]
@@ -138000,7 +138198,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -138051,7 +138249,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts"
]
@@ -138059,7 +138257,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Quantity": "System.Nullable`1[System.Int64]",
"MeterID": "System.String",
@@ -138115,7 +138313,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo"
]
@@ -138123,7 +138321,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ZoneDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
@@ -138189,7 +138387,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails"
]
@@ -138197,7 +138395,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]",
"Name": "System.Collections.Generic.IList`1[System.String]"
@@ -138248,7 +138446,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions"
]
@@ -138256,7 +138454,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestrictionInfo": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo",
"Values": "System.Collections.Generic.IList`1[System.String]",
@@ -138317,7 +138515,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Locations": "System.Collections.Generic.IList`1[System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]"
@@ -138368,7 +138566,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode"
]
@@ -138376,7 +138574,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -138463,7 +138661,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType"
]
@@ -138471,7 +138669,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -138558,7 +138756,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -138598,7 +138796,7 @@
"Microsoft.Azure.Management.Compute.Models.CreationData": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CreationData",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
"GalleryImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
@@ -138708,7 +138906,7 @@
"Microsoft.Azure.Management.Compute.Models.ImageDiskReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
"Id": "System.String",
@@ -138782,7 +138980,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityType": "System.String",
"SecureVMDiskEncryptionSetId": "System.String"
@@ -138833,7 +139031,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskSku": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -138884,7 +139082,7 @@
"Microsoft.Azure.Management.Compute.Models.Encryption": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.Encryption",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSetId": "System.String",
"Type": "System.String"
@@ -138935,7 +139133,7 @@
"Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]",
@@ -138995,7 +139193,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement"
]
@@ -139003,7 +139201,7 @@
"Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
"DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference"
@@ -139058,7 +139256,7 @@
"Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -139113,7 +139311,7 @@
"Microsoft.Azure.Management.Compute.Models.SourceVault": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SourceVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -139159,7 +139357,7 @@
"Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -139214,7 +139412,7 @@
"Microsoft.Azure.Management.Compute.Models.SupportedCapabilities": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SupportedCapabilities",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SupportedCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SupportedCapabilities, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AcceleratedNetwork": "System.Nullable`1[System.Boolean]",
"DiskControllerTypes": "System.String",
@@ -139283,7 +139481,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ShareInfoElement"
]
@@ -139291,7 +139489,7 @@
"Microsoft.Azure.Management.Compute.Models.ShareInfoElement": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmUri": "System.String"
},
@@ -139337,7 +139535,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection"
]
@@ -139345,7 +139543,7 @@
"Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState",
@@ -139420,7 +139618,7 @@
"Microsoft.Azure.Management.Compute.Models.PrivateEndpoint": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -139466,7 +139664,7 @@
"Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -139522,7 +139720,7 @@
"Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.UserAssignedIdentitiesValue]",
"Type": "System.String",
@@ -139583,7 +139781,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference"
]
@@ -139591,7 +139789,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryIdentifier": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueName": "System.String"
},
@@ -139637,7 +139835,7 @@
"Microsoft.Azure.Management.Compute.Models.SharingProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SharingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SharingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunityGalleryInfo": "Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo",
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SharingProfileGroup]",
@@ -139693,7 +139891,7 @@
"Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicNames": "System.Collections.Generic.IList`1[System.String]",
"CommunityGalleryEnabled": "System.Nullable`1[System.Boolean]",
@@ -139764,7 +139962,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SharingProfileGroup]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SharingProfileGroup]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SharingProfileGroup, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SharingProfileGroup, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SharingProfileGroup"
]
@@ -139772,7 +139970,7 @@
"Microsoft.Azure.Management.Compute.Models.SharingProfileGroup": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SharingProfileGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SharingProfileGroup, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SharingProfileGroup, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ids": "System.Collections.Generic.IList`1[System.String]",
"Type": "System.String"
@@ -139823,7 +140021,7 @@
"Microsoft.Azure.Management.Compute.Models.Disallowed": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.Disallowed",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskTypes": "System.Collections.Generic.IList`1[System.String]"
},
@@ -139869,7 +140067,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Offer": "System.String",
@@ -139929,7 +140127,7 @@
"Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Publisher": "System.String",
@@ -139985,7 +140183,7 @@
"Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VCPUs": "Microsoft.Azure.Management.Compute.Models.ResourceRange",
"Memory": "Microsoft.Azure.Management.Compute.Models.ResourceRange"
@@ -140036,7 +140234,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceRange": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceRange",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Min": "System.Nullable`1[System.Int32]",
"Max": "System.Nullable`1[System.Int32]"
@@ -140087,7 +140285,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryImageFeature]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryImageFeature]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryImageFeature, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryImageFeature, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
]
@@ -140095,7 +140293,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryImageFeature": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -140146,7 +140344,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TargetExtendedLocations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation]",
"TargetRegions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]",
@@ -140227,7 +140425,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation"
]
@@ -140235,7 +140433,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.EncryptionImages",
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation",
@@ -140301,7 +140499,7 @@
"Microsoft.Azure.Management.Compute.Models.EncryptionImages": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.EncryptionImages",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption",
"DataDiskImages": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]"
@@ -140352,7 +140550,7 @@
"Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile",
"DiskEncryptionSetId": "System.String"
@@ -140403,7 +140601,7 @@
"Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConfidentialVMEncryptionType": "System.String",
"SecureVMDiskEncryptionSetId": "System.String"
@@ -140454,7 +140652,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption"
]
@@ -140462,7 +140660,7 @@
"Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Int32",
"DiskEncryptionSetId": "System.String"
@@ -140517,7 +140715,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -140568,7 +140766,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.TargetRegion"
]
@@ -140576,7 +140774,7 @@
"Microsoft.Azure.Management.Compute.Models.TargetRegion": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.TargetRegion",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.EncryptionImages",
"ExcludeFromLatest": "System.Nullable`1[System.Boolean]",
@@ -140646,7 +140844,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource",
"OsDiskImage": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
@@ -140702,7 +140900,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionFullSource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommunityGalleryImageId": "System.String",
"VirtualMachineId": "System.String",
@@ -140758,7 +140956,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -140814,7 +141012,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Uri": "System.String",
"StorageAccountId": "System.String",
@@ -140870,7 +141068,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.HostCaching"
]
@@ -140878,7 +141076,7 @@
"Microsoft.Azure.Management.Compute.Models.HostCaching": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.HostCaching",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -140965,7 +141163,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
]
@@ -140973,7 +141171,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource",
"Lun": "System.Int32",
@@ -141038,7 +141236,7 @@
"Microsoft.Azure.Management.Compute.Models.ReplicationStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Summary": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]",
"AggregatedState": "System.String"
@@ -141089,7 +141287,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus"
]
@@ -141097,7 +141295,7 @@
"Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Progress": "System.Nullable`1[System.Int32]",
"Region": "System.String",
@@ -141158,7 +141356,7 @@
"Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailableCapacity": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -141214,7 +141412,7 @@
"Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocatableVMs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]"
},
@@ -141260,7 +141458,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM"
]
@@ -141268,7 +141466,7 @@
"Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Count": "System.Nullable`1[System.Double]",
"VmSize": "System.String"
@@ -141319,7 +141517,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes"
]
@@ -141327,7 +141525,7 @@
"Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -141414,7 +141612,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]"
},
@@ -141451,7 +141649,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName"
]
@@ -141459,7 +141657,7 @@
"Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailableCapacity": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -141520,7 +141718,7 @@
"Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmSizes": "System.Collections.Generic.IList`1[System.String]"
},
@@ -141566,7 +141764,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus"
]
@@ -141574,7 +141772,7 @@
"Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Id": "System.String"
@@ -141634,7 +141832,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskRestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]"
@@ -141685,7 +141883,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView"
]
@@ -141693,7 +141891,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus",
"Id": "System.String"
@@ -141744,7 +141942,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"CompletionPercent": "System.Nullable`1[System.Int32]"
@@ -141795,7 +141993,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
"HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile",
@@ -141890,7 +142088,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsDisk": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk",
"DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk]",
@@ -141950,7 +142148,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings",
"DiskRestorePoint": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes",
@@ -142035,7 +142233,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceDiskRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"Encryption": "Microsoft.Azure.Management.Compute.Models.RestorePointEncryption",
@@ -142091,7 +142289,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointEncryption": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointEncryption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"Type": "System.String"
@@ -142142,7 +142340,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk"
]
@@ -142150,7 +142348,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskRestorePoint": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes",
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
@@ -142226,7 +142424,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiEntityReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiEntityReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ApiEntityReference"
]
@@ -142234,7 +142432,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Location": "System.String",
"Id": "System.String"
@@ -142285,7 +142483,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RestorePoint"
]
@@ -142293,7 +142491,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePoint": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -142388,7 +142586,7 @@
"Microsoft.Azure.Management.Compute.Models.SnapshotSku": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SnapshotSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -142457,7 +142655,7 @@
"Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticOSUpgradeSupported": "System.Boolean"
},
@@ -142507,7 +142705,7 @@
"Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AlternativeOption": "Microsoft.Azure.Management.Compute.Models.AlternativeOption",
"ScheduledDeprecationTime": "System.Nullable`1[System.DateTime]",
@@ -142563,7 +142761,7 @@
"Microsoft.Azure.Management.Compute.Models.AlternativeOption": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AlternativeOption",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AlternativeOption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AlternativeOption, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.String",
"Value": "System.String"
@@ -142614,7 +142812,7 @@
"Microsoft.Azure.Management.Compute.Models.OSDiskImage": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OperatingSystem": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
},
@@ -142664,7 +142862,7 @@
"Microsoft.Azure.Management.Compute.Models.PurchasePlan": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -142729,7 +142927,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DataDiskImage"
]
@@ -142737,7 +142935,7 @@
"Microsoft.Azure.Management.Compute.Models.DataDiskImage": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]"
},
@@ -142783,7 +142981,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition"
]
@@ -142791,7 +142989,7 @@
"Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Required": "System.Nullable`1[System.Boolean]",
"Name": "System.String",
@@ -142856,7 +143054,7 @@
"Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings": {
"Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption",
"Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVaultURL": "System.String",
"KeyEncryptionKeyURL": "System.String",
@@ -142899,7 +143097,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount"
]
@@ -142907,7 +143105,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Count": "System.Nullable`1[System.Int32]",
"Code": "System.String"
@@ -142958,7 +143156,7 @@
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SuccessfulInstanceCount": "System.Nullable`1[System.Int32]",
"FailedInstanceCount": "System.Nullable`1[System.Int32]",
@@ -143019,7 +143217,7 @@
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastAction": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]",
"Code": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]",
@@ -143080,7 +143278,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType"
]
@@ -143088,7 +143286,7 @@
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -143175,7 +143373,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode"
]
@@ -143183,7 +143381,7 @@
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -143270,7 +143468,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]",
"Minimum": "System.Nullable`1[System.Int64]",
@@ -143331,7 +143529,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType"
]
@@ -143339,7 +143537,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -143426,7 +143624,7 @@
"Microsoft.Azure.Commands.Compute.Models.EncryptionStatus": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -143513,7 +143711,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskInstanceView"
]
@@ -143521,7 +143719,7 @@
"Microsoft.Azure.Management.Compute.Models.UsageName": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UsageName",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.String",
"LocalizedValue": "System.String"
@@ -143572,7 +143770,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail"
]
@@ -143580,7 +143778,7 @@
"Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Classifications": "System.Collections.Generic.IList`1[System.String]",
"PatchId": "System.String",
@@ -143651,7 +143849,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties"
]
@@ -143659,7 +143857,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.PowerShell.Compute.Management.Sdk, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Classifications": "System.Collections.Generic.IList`1[System.String]",
"PublishedDate": "System.Nullable`1[System.DateTime]",
@@ -143766,7 +143964,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential"
]
@@ -143774,7 +143972,7 @@
"Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialName": "System.String",
"KeyVaultName": "System.String"
@@ -143812,7 +144010,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult"
]
@@ -143820,7 +144018,7 @@
"Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult": {
"Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM",
"Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Result": "System.Boolean",
"PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]",
@@ -143889,7 +144087,7 @@
"Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceResource": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
@@ -143944,7 +144142,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes"
]
@@ -143952,7 +144150,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -144030,7 +144228,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -144198,18 +144396,18 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionDataDiskImage": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]",
"SecurityProfileConfidentialVMEncryptionType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]",
@@ -144225,13 +144423,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Int32"
}
@@ -144239,7 +144437,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType"
]
@@ -144247,7 +144445,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -144312,7 +144510,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType"
]
@@ -144320,7 +144518,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -144385,7 +144583,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType"
]
@@ -144393,7 +144591,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -144458,13 +144656,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState]",
"Progress": "System.Nullable`1[System.Int32]",
@@ -144475,7 +144673,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState"
]
@@ -144483,7 +144681,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -144548,13 +144746,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionDataDiskImage": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]",
"SecurityProfileConfidentialVMEncryptionType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]",
@@ -144568,7 +144766,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState"
]
@@ -144576,7 +144774,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -144641,7 +144839,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState"
]
@@ -144649,7 +144847,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -144714,7 +144912,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode"
]
@@ -144722,7 +144920,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -144787,13 +144985,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IPlacementScore[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IPlacementScore[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IPlacementScore[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IPlacementScore[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IPlacementScore"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IPlacementScore": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IPlacementScore",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IPlacementScore, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IPlacementScore, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsQuotaAvailable": "System.Nullable`1[System.Boolean]",
"AvailabilityZone": "System.String",
@@ -144805,13 +145003,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "System.String"
}
@@ -144825,13 +145023,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IInstanceViewStatus, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Level": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes]",
"Time": "System.Nullable`1[System.DateTime]",
@@ -144843,7 +145041,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes"
]
@@ -144851,7 +145049,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -144916,13 +145114,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[], Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -144931,7 +145129,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState"
]
@@ -144939,7 +145137,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=8.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ConnectedMachine.json b/tools/Tools.Common/SerializedCmdlets/Az.ConnectedMachine.json
index 62bd4594f427..e9af60471d9e 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.ConnectedMachine.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.ConnectedMachine.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.ConnectedMachine",
- "ModuleVersion": "0.9.0",
+ "ModuleVersion": "1.0.0",
"Cmdlets": [
{
"VerbName": "Connect",
@@ -106,7 +106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116,7 +116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -293,7 +293,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -309,7 +309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -367,7 +367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionValue",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionValue, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionValue, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionType": "System.String",
"Publisher": "System.String",
@@ -453,7 +453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -463,7 +463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -601,7 +601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -617,7 +617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -793,7 +793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -809,7 +809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -882,7 +882,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
"DetailAssignedLicense": "System.Nullable`1[System.Int32]",
@@ -961,7 +961,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -971,7 +971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1097,7 +1097,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1113,7 +1113,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1244,7 +1244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1260,7 +1260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1376,7 +1376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1392,7 +1392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1465,7 +1465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachine, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachine, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DetectedProperty": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IDetectedProperties",
"LicenseProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileMachineInstanceView",
@@ -1597,7 +1597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1607,7 +1607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1748,7 +1748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1764,7 +1764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1910,7 +1910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1926,7 +1926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2042,7 +2042,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2058,7 +2058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2131,7 +2131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
"Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
@@ -2231,7 +2231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2241,7 +2241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2364,7 +2364,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2380,7 +2380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2541,7 +2541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2557,7 +2557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2718,7 +2718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2734,7 +2734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2795,9 +2795,9 @@
},
{
"VerbName": "Get",
- "NounName": "AzConnectedMachineRunCommand",
- "Name": "Get-AzConnectedMachineRunCommand",
- "ClassName": "Get-AzConnectedMachineRunCommand",
+ "NounName": "AzConnectedNetworkSecurityPerimeterConfiguration",
+ "Name": "Get-AzConnectedNetworkSecurityPerimeterConfiguration",
+ "ClassName": "Get-AzConnectedNetworkSecurityPerimeterConfiguration",
"SupportsShouldProcess": false,
"ConfirmImpact": 0,
"SupportsPaging": false,
@@ -2806,35 +2806,24 @@
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkSecurityPerimeterConfiguration",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkSecurityPerimeterConfiguration, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
+ "ProfileAccessRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule]",
+ "ProvisioningIssue": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue]",
+ "ProfileEnabledLogCategory": "System.Collections.Generic.List`1[System.String]",
+ "ProfileAccessRulesVersion": "System.Nullable`1[System.Int32]",
+ "ProfileDiagnosticSettingsVersion": "System.Nullable`1[System.Int32]",
+ "Id": "System.String",
+ "Name": "System.String",
+ "NetworkSecurityPerimeterGuid": "System.String",
+ "NetworkSecurityPerimeterId": "System.String",
+ "NetworkSecurityPerimeterLocation": "System.String",
+ "ProfileName": "System.String",
"ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
+ "ResourceAssociationAccessMode": "System.String",
+ "ResourceAssociationName": "System.String",
+ "Type": "System.String"
}
},
"ParameterSets": [
@@ -2844,7 +2833,7 @@
],
"Parameters": [
{
- "Name": "MachineName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2853,7 +2842,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2862,7 +2851,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "RunCommandName",
+ "Name": "PerimeterName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2880,15 +2869,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -2916,7 +2896,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2926,7 +2906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2965,7 +2945,7 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "MachineName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2980,7 +2960,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3049,7 +3029,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3065,7 +3045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3127,22 +3107,7 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "RunCommandName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MachineName",
+ "Name": "PerimeterName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3172,169 +3137,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "List",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Expand",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3403,7 +3206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3419,7 +3222,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3480,9 +3283,9 @@
},
{
"VerbName": "Get",
- "NounName": "AzConnectedNetworkSecurityPerimeterConfiguration",
- "Name": "Get-AzConnectedNetworkSecurityPerimeterConfiguration",
- "ClassName": "Get-AzConnectedNetworkSecurityPerimeterConfiguration",
+ "NounName": "AzConnectedPrivateLinkScope",
+ "Name": "Get-AzConnectedPrivateLinkScope",
+ "ClassName": "Get-AzConnectedPrivateLinkScope",
"SupportsShouldProcess": false,
"ConfirmImpact": 0,
"SupportsPaging": false,
@@ -3491,24 +3294,19 @@
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkSecurityPerimeterConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkSecurityPerimeterConfiguration, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProfileAccessRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule]",
- "ProvisioningIssue": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue]",
- "ProfileEnabledLogCategory": "System.Collections.Generic.List`1[System.String]",
- "ProfileAccessRulesVersion": "System.Nullable`1[System.Int32]",
- "ProfileDiagnosticSettingsVersion": "System.Nullable`1[System.Int32]",
- "Id": "System.String",
- "Name": "System.String",
- "NetworkSecurityPerimeterGuid": "System.String",
- "NetworkSecurityPerimeterId": "System.String",
- "NetworkSecurityPerimeterLocation": "System.String",
- "ProfileName": "System.String",
+ "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "PrivateLinkScopeId": "System.String",
"ProvisioningState": "System.String",
- "ResourceAssociationAccessMode": "System.String",
- "ResourceAssociationName": "System.String",
- "Type": "System.String"
+ "PublicNetworkAccess": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataCreatedByType": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataLastModifiedByType": "System.String"
}
},
"ParameterSets": [
@@ -3535,15 +3333,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "PerimeterName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "SubscriptionId",
"Type": {
@@ -3581,7 +3370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3591,7 +3380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3626,7 +3415,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "List1",
"Parameters": [
{
"ParameterMetadata": {
@@ -3643,21 +3432,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "ScopeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "SubscriptionId",
@@ -3714,7 +3488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3730,7 +3504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3790,21 +3564,6 @@
{
"Name": "Get",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "PerimeterName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -3891,7 +3650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3907,451 +3666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzConnectedPrivateLinkScope",
- "Name": "Get-AzConnectedPrivateLinkScope",
- "ClassName": "Get-AzConnectedPrivateLinkScope",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "List",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "PrivateLinkScopeId": "System.String",
- "ProvisioningState": "System.String",
- "PublicNetworkAccess": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataCreatedByType": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ScopeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "List1",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "Get",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ScopeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4467,7 +3782,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4483,7 +3798,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4556,7 +3871,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesResult, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesResult, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorDetailAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
"ErrorDetailDetails": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
@@ -4617,33 +3932,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -4654,7 +3960,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesParameters, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesParameters, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxParameterClassificationsToInclude": "System.Collections.Generic.List`1[System.String]",
"LinuxParameterPackageNameMasksToExclude": "System.Collections.Generic.List`1[System.String]",
@@ -4820,7 +4126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4830,7 +4136,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4991,7 +4297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5007,7 +4313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5197,7 +4503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5213,7 +4519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5544,7 +4850,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5560,7 +4866,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5686,7 +4992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesParameters, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesParameters, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxParameterClassificationsToInclude": "System.Collections.Generic.List`1[System.String]",
"LinuxParameterPackageNameMasksToExclude": "System.Collections.Generic.List`1[System.String]",
@@ -5762,7 +5068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5778,7 +5084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5859,33 +5165,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -6107,7 +5404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6123,7 +5420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6204,33 +5501,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -6247,7 +5535,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesParameters, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineInstallPatchesParameters, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxParameterClassificationsToInclude": "System.Collections.Generic.List`1[System.String]",
"LinuxParameterPackageNameMasksToExclude": "System.Collections.Generic.List`1[System.String]",
@@ -6323,7 +5611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6339,7 +5627,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6469,7 +5757,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6485,7 +5773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6573,7 +5861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineAssessPatchesResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineAssessPatchesResult, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineAssessPatchesResult, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorDetailAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
"ErrorDetailDetails": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
@@ -6637,33 +5925,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -6705,7 +5984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6715,7 +5994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6861,7 +6140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6877,7 +6156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6958,33 +6237,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -7050,7 +6320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7066,7 +6336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7196,7 +6466,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7212,7 +6482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7287,32 +6557,22 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzConnectedLicense",
- "Name": "New-AzConnectedLicense",
- "ClassName": "New-AzConnectedLicense",
+ "VerbName": "Invoke",
+ "NounName": "AzConnectedReconcileNetworkSecurityPerimeterConfiguration",
+ "Name": "Invoke-AzConnectedReconcileNetworkSecurityPerimeterConfiguration",
+ "ClassName": "Invoke-AzConnectedReconcileNetworkSecurityPerimeterConfiguration",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
+ "DefaultParameterSetName": "Reconcile",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkSecurityPerimeterConfigurationReconcileResult",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkSecurityPerimeterConfigurationReconcileResult, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
- "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
- "DetailProcessor": "System.Nullable`1[System.Int32]",
- "DetailEdition": "System.String",
- "DetailImmutableId": "System.String",
- "DetailState": "System.String",
- "DetailTarget": "System.String",
- "DetailType": "System.String",
- "LicenseType": "System.String",
- "ProvisioningState": "System.String",
- "TenantId": "System.String"
+ "Location": "System.String"
}
},
"ParameterSets": [
@@ -7322,10 +6582,7 @@
],
"Parameters": [
{
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
+ "Name": "PerimeterName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7342,6 +6599,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "ScopeName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "SubscriptionId",
"Type": {
@@ -7356,169 +6622,57 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Parameter",
+ "Name": "PrivateLinkScopeInputObject",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
- "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
- "DetailProcessor": "System.Nullable`1[System.Int32]",
- "DetailEdition": "System.String",
- "DetailImmutableId": "System.String",
- "DetailState": "System.String",
- "DetailTarget": "System.String",
- "DetailType": "System.String",
- "LicenseType": "System.String",
- "ProvisioningState": "System.String",
- "TenantId": "System.String"
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailEdition",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailProcessor",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailState",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailTarget",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailVolumeLicenseDetail",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TenantId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -7555,7 +6709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7565,7 +6719,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7609,29 +6763,11 @@
],
"ParameterSets": [
{
- "Name": "CreateViaJsonString",
+ "Name": "ReconcileViaIdentityPrivateLinkScope",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "PerimeterName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7646,32 +6782,36 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "JsonString",
+ "Name": "PrivateLinkScopeInputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
@@ -7729,7 +6869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7745,7 +6885,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7818,14 +6958,11 @@
]
},
{
- "Name": "CreateViaJsonFilePath",
+ "Name": "Reconcile",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
+ "Name": "PerimeterName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7855,7 +6992,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7863,14 +7000,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "JsonFilePath",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7878,7 +7015,7 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -7938,7 +7075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7954,7 +7091,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8027,78 +7164,53 @@
]
},
{
- "Name": "CreateExpanded",
+ "Name": "ReconcileViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "LicenseDetailEdition",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8109,11 +7221,11 @@
},
{
"ParameterMetadata": {
- "Name": "LicenseDetailProcessor",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8124,11 +7236,11 @@
},
{
"ParameterMetadata": {
- "Name": "LicenseDetailState",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8139,11 +7251,12 @@
},
{
"ParameterMetadata": {
- "Name": "LicenseDetailTarget",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -8154,11 +7267,12 @@
},
{
"ParameterMetadata": {
- "Name": "LicenseDetailType",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -8169,12 +7283,11 @@
},
{
"ParameterMetadata": {
- "Name": "LicenseDetailVolumeLicenseDetail",
+ "Name": "NoWait",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8185,11 +7298,11 @@
},
{
"ParameterMetadata": {
- "Name": "LicenseType",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -8200,11 +7313,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8215,11 +7328,11 @@
},
{
"ParameterMetadata": {
- "Name": "TenantId",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8227,7 +7340,12 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -8283,7 +7401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8299,7 +7417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8370,9 +7488,324 @@
"ValueFromPipelineByPropertyName": false
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzConnectedLicense",
+ "Name": "New-AzConnectedLicense",
+ "ClassName": "New-AzConnectedLicense",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "CreateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
+ "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
+ "DetailProcessor": "System.Nullable`1[System.Int32]",
+ "DetailEdition": "System.String",
+ "DetailImmutableId": "System.String",
+ "DetailState": "System.String",
+ "DetailTarget": "System.String",
+ "DetailType": "System.String",
+ "LicenseType": "System.String",
+ "ProvisioningState": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "LicenseName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Create",
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Parameter",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
+ "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
+ "DetailProcessor": "System.Nullable`1[System.Int32]",
+ "DetailEdition": "System.String",
+ "DetailImmutableId": "System.String",
+ "DetailState": "System.String",
+ "DetailTarget": "System.String",
+ "DetailType": "System.String",
+ "LicenseType": "System.String",
+ "ProvisioningState": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailEdition",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailProcessor",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailState",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailTarget",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailVolumeLicenseDetail",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "TenantId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "CreateViaJsonString",
"Parameters": [
{
"ParameterMetadata": {
@@ -8424,30 +7857,17 @@
},
{
"ParameterMetadata": {
- "Name": "Parameter",
+ "Name": "JsonString",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
- "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
- "DetailProcessor": "System.Nullable`1[System.Int32]",
- "DetailEdition": "System.String",
- "DetailImmutableId": "System.String",
- "DetailState": "System.String",
- "DetailTarget": "System.String",
- "DetailType": "System.String",
- "LicenseType": "System.String",
- "ProvisioningState": "System.String",
- "TenantId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -8505,7 +7925,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8521,7 +7941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8594,49 +8014,263 @@
]
},
{
- "Name": "CreateViaIdentityExpanded",
+ "Name": "CreateViaJsonFilePath",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Name",
+ "AliasList": [
+ "LicenseName"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "LicenseName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -8735,7 +8369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
},
"ValidateNotNullOrEmpty": false
@@ -8845,7 +8479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8861,7 +8495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8934,49 +8568,54 @@
]
},
{
- "Name": "CreateViaIdentity",
+ "Name": "Create",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Name",
+ "AliasList": [
+ "LicenseName"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -8985,7 +8624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
"DetailAssignedLicense": "System.Nullable`1[System.Int32]",
@@ -9062,7 +8701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9078,7 +8717,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9151,8 +8790,193 @@
]
},
{
- "Name": "__AllParameterSets",
+ "Name": "CreateViaIdentityExpanded",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LicenseDetailEdition",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LicenseDetailProcessor",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LicenseDetailState",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LicenseDetailTarget",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LicenseDetailType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LicenseDetailVolumeLicenseDetail",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LicenseType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "TenantId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -9208,7 +9032,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9224,7 +9048,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9295,7 +9119,361 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
+ },
+ {
+ "Name": "CreateViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Parameter",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
+ "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
+ "DetailProcessor": "System.Nullable`1[System.Int32]",
+ "DetailEdition": "System.String",
+ "DetailImmutableId": "System.String",
+ "DetailState": "System.String",
+ "DetailTarget": "System.String",
+ "DetailType": "System.String",
+ "LicenseType": "System.String",
+ "ProvisioningState": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
]
},
{
@@ -9312,7 +9490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseDetails, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.LicenseDetails, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
"AssignedLicense": "System.Nullable`1[System.Int32]",
@@ -9467,7 +9645,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
},
"ValidateNotNullOrEmpty": false
@@ -9558,7 +9736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
},
"ValidateNotNullOrEmpty": false
@@ -9586,7 +9764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
"Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
@@ -9654,33 +9832,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -9691,33 +9860,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -9728,7 +9888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
"Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
@@ -9973,7 +10133,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9983,7 +10143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10159,7 +10319,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10175,7 +10335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10380,7 +10540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10396,7 +10556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10862,7 +11022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10878,7 +11038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11019,7 +11179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
"Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
@@ -11102,7 +11262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11118,7 +11278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11214,33 +11374,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -11582,7 +11733,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11598,7 +11749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11694,33 +11845,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -11737,7 +11879,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
"Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
@@ -11820,7 +11962,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11836,7 +11978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11917,33 +12059,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -12285,7 +12418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12301,7 +12434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12382,33 +12515,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -12425,7 +12549,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
"Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
@@ -12508,7 +12632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12524,7 +12648,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12654,7 +12778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12670,7 +12794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12746,9 +12870,9 @@
},
{
"VerbName": "New",
- "NounName": "AzConnectedMachineRunCommand",
- "Name": "New-AzConnectedMachineRunCommand",
- "ClassName": "New-AzConnectedMachineRunCommand",
+ "NounName": "AzConnectedPrivateLinkScope",
+ "Name": "New-AzConnectedPrivateLinkScope",
+ "ClassName": "New-AzConnectedPrivateLinkScope",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -12757,35 +12881,19 @@
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
+ "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "PrivateLinkScopeId": "System.String",
"ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
+ "PublicNetworkAccess": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataCreatedByType": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataLastModifiedByType": "System.String"
}
},
"ParameterSets": [
@@ -12794,15 +12902,6 @@
}
],
"Parameters": [
- {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "ResourceGroupName",
"Type": {
@@ -12813,7 +12912,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "RunCommandName",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12835,108 +12934,46 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
"ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MachineInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "RunCommandProperty",
+ "Name": "Parameter",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
+ "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "PrivateLinkScopeId": "System.String",
"ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
+ "PublicNetworkAccess": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataCreatedByType": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataLastModifiedByType": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -12951,144 +12988,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AsyncExecution",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ErrorBlobManagedIdentityClientId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ErrorBlobManagedIdentityObjectId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ErrorBlobUri",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OutputBlobManagedIdentityClientId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OutputBlobManagedIdentityObjectId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OutputBlobUri",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Parameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProtectedParameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "RunAsPassword",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "RunAsUser",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ScriptUriManagedIdentityClientId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ScriptUriManagedIdentityObjectId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceCommandId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceScript",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SourceScriptUri",
+ "Name": "PublicNetworkAccess",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13105,15 +13005,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "TimeoutInSecond",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "JsonFilePath",
"Type": {
@@ -13132,15 +13023,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "ScriptLocalPath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -13154,15 +13036,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Break",
"Type": {
@@ -13177,7 +13050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13187,20 +13060,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Proxy",
"Type": {
@@ -13231,23 +13095,8 @@
],
"ParameterSets": [
{
- "Name": "ScriptLocalPath",
+ "Name": "CreateViaJsonString",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -13265,7 +13114,7 @@
},
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13295,7 +13144,7 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "JsonString",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13310,7 +13159,26 @@
},
{
"ParameterMetadata": {
- "Name": "AsyncExecution",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -13325,11 +13193,28 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityClientId",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13340,11 +13225,11 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityObjectId",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13355,7 +13240,42 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobUri",
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaJsonFilePath",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13363,14 +13283,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityClientId",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13378,14 +13298,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityObjectId",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13400,7 +13320,7 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobUri",
+ "Name": "JsonFilePath",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13408,19 +13328,22 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Parameter",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13431,12 +13354,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProtectedParameter",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13447,11 +13369,12 @@
},
{
"ParameterMetadata": {
- "Name": "RunAsPassword",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13462,11 +13385,12 @@
},
{
"ParameterMetadata": {
- "Name": "RunAsUser",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -13477,11 +13401,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityClientId",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -13492,11 +13416,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityObjectId",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13507,11 +13431,11 @@
},
{
"ParameterMetadata": {
- "Name": "SourceCommandId",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13519,10 +13443,15 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "CreateExpanded",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "SourceScript",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13530,14 +13459,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SourceScriptUri",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13545,18 +13474,18 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13567,22 +13496,22 @@
},
{
"ParameterMetadata": {
- "Name": "TimeoutInSecond",
+ "Name": "Location",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ScriptLocalPath",
+ "Name": "PublicNetworkAccess",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13597,15 +13526,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "Tag",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -13616,11 +13541,15 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13650,7 +13579,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13666,7 +13595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13676,21 +13605,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -13739,23 +13653,8 @@
]
},
{
- "Name": "CreateViaJsonString",
+ "Name": "Create",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -13773,7 +13672,7 @@
},
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -13803,17 +13702,29 @@
},
{
"ParameterMetadata": {
- "Name": "JsonString",
+ "Name": "Parameter",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "PrivateLinkScopeId": "System.String",
+ "ProvisioningState": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataCreatedByType": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataLastModifiedByType": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
@@ -13835,21 +13746,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -13871,7 +13767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13887,7 +13783,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13897,21 +13793,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -13960,41 +13841,45 @@
]
},
{
- "Name": "CreateViaJsonFilePath",
+ "Name": "CreateViaIdentityExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -14009,7 +13894,7 @@
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "PublicNetworkAccess",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -14024,15 +13909,15 @@
},
{
"ParameterMetadata": {
- "Name": "JsonFilePath",
+ "Name": "Tag",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -14056,21 +13941,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -14092,7 +13962,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14108,7 +13978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14118,21 +13988,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -14181,60 +14036,80 @@
]
},
{
- "Name": "CreateExpanded",
+ "Name": "CreateViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "Parameter",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "PrivateLinkScopeId": "System.String",
+ "ProvisioningState": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataCreatedByType": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataLastModifiedByType": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14245,22 +14120,7 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsyncExecution",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -14275,11 +14135,12 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityClientId",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14290,11 +14151,12 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityObjectId",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14305,11 +14167,11 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobUri",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14320,11 +14182,11 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityClientId",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14335,11 +14197,11 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityObjectId",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14347,14 +14209,23 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "OutputBlobUri",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14365,12 +14236,11 @@
},
{
"ParameterMetadata": {
- "Name": "Parameter",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14381,12 +14251,12 @@
},
{
"ParameterMetadata": {
- "Name": "ProtectedParameter",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14397,11 +14267,12 @@
},
{
"ParameterMetadata": {
- "Name": "RunAsPassword",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -14412,11 +14283,11 @@
},
{
"ParameterMetadata": {
- "Name": "RunAsUser",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -14427,11 +14298,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityClientId",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14442,11 +14313,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityObjectId",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14454,10 +14325,198 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzConnectedLicense",
+ "Name": "Remove-AzConnectedLicense",
+ "ClassName": "Remove-AzConnectedLicense",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "LicenseName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Delete",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "SourceCommandId",
+ "Name": "Name",
+ "AliasList": [
+ "LicenseName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -14465,14 +14524,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SourceScript",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -14480,14 +14539,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SourceScriptUri",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -14500,36 +14559,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TimeoutInSecond",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -14585,7 +14614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14601,7 +14630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14628,37 +14657,7 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -14670,64 +14669,44 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "Create",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14735,41 +14714,37 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "DeleteViaIdentity",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "RunCommandProperty",
+ "Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
- "ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -14834,7 +14809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14850,7 +14825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14875,6 +14850,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -14923,84 +14913,45 @@
]
},
{
- "Name": "CreateViaIdentityMachineExpanded",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "MachineInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AsyncExecution",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -15015,11 +14966,12 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityClientId",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15030,11 +14982,12 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityObjectId",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15045,11 +14998,11 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobUri",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15060,11 +15013,11 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityClientId",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15075,11 +15028,11 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityObjectId",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15090,11 +15043,11 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobUri",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15105,12 +15058,11 @@
},
{
"ParameterMetadata": {
- "Name": "Parameter",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15118,26 +15070,195 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzConnectedMachine",
+ "Name": "Remove-AzConnectedMachine",
+ "ClassName": "Remove-AzConnectedMachine",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Delete",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "ProtectedParameter",
+ "Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "RunAsPassword",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -15145,14 +15266,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "RunAsUser",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -15167,11 +15288,15 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityClientId",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15182,11 +15307,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityObjectId",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15197,11 +15322,12 @@
},
{
"ParameterMetadata": {
- "Name": "SourceCommandId",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15212,11 +15338,12 @@
},
{
"ParameterMetadata": {
- "Name": "SourceScript",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15227,11 +15354,11 @@
},
{
"ParameterMetadata": {
- "Name": "SourceScriptUri",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15242,11 +15369,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15257,11 +15384,11 @@
},
{
"ParameterMetadata": {
- "Name": "TimeoutInSecond",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15272,15 +15399,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15288,14 +15411,57 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "DeleteViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15325,7 +15491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15341,7 +15507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15353,7 +15519,7 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -15414,109 +15580,8 @@
]
},
{
- "Name": "CreateViaIdentityMachine",
+ "Name": "__AllParameterSets",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "RunCommandName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MachineInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "RunCommandProperty",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
- "ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -15536,21 +15601,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -15572,7 +15622,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15588,7 +15638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15600,7 +15650,7 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -15659,56 +15709,227 @@
"ValueFromPipelineByPropertyName": false
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzConnectedMachineExtension",
+ "Name": "Remove-AzConnectedMachineExtension",
+ "ClassName": "Remove-AzConnectedMachineExtension",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MachineName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "CreateViaIdentityExpanded",
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MachineInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Delete",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
+ "Name": "MachineName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -15723,37 +15944,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsyncExecution",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityClientId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityObjectId",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -15761,14 +15952,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobUri",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -15776,14 +15967,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityClientId",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -15798,11 +15989,15 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityObjectId",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15813,11 +16008,11 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobUri",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15828,12 +16023,11 @@
},
{
"ParameterMetadata": {
- "Name": "Parameter",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15844,12 +16038,12 @@
},
{
"ParameterMetadata": {
- "Name": "ProtectedParameter",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15860,11 +16054,12 @@
},
{
"ParameterMetadata": {
- "Name": "RunAsPassword",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -15875,11 +16070,11 @@
},
{
"ParameterMetadata": {
- "Name": "RunAsUser",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15890,11 +16085,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityClientId",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15905,11 +16100,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityObjectId",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -15920,11 +16115,11 @@
},
{
"ParameterMetadata": {
- "Name": "SourceCommandId",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15935,11 +16130,11 @@
},
{
"ParameterMetadata": {
- "Name": "SourceScript",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15947,10 +16142,15 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "DeleteViaIdentityMachine",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "SourceScriptUri",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -15958,39 +16158,43 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "TimeoutInSecond",
+ "Name": "MachineInputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
@@ -16048,7 +16252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16064,7 +16268,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16089,6 +16293,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -16137,7 +16356,7 @@
]
},
{
- "Name": "CreateViaIdentity",
+ "Name": "DeleteViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
@@ -16145,33 +16364,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -16182,49 +16392,6 @@
"ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "RunCommandProperty",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
- "ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -16280,7 +16447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16296,7 +16463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16321,6 +16488,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -16426,7 +16608,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16442,7 +16624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16467,6 +16649,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -16517,32 +16714,20 @@
]
},
{
- "VerbName": "New",
+ "VerbName": "Remove",
"NounName": "AzConnectedPrivateLinkScope",
- "Name": "New-AzConnectedPrivateLinkScope",
- "ClassName": "New-AzConnectedPrivateLinkScope",
+ "Name": "Remove-AzConnectedPrivateLinkScope",
+ "ClassName": "Remove-AzConnectedPrivateLinkScope",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
+ "DefaultParameterSetName": "Delete",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "PrivateLinkScopeId": "System.String",
- "ProvisioningState": "System.String",
- "PublicNetworkAccess": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataCreatedByType": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -16582,104 +16767,29 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "Parameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "PrivateLinkScopeId": "System.String",
- "ProvisioningState": "System.String",
- "PublicNetworkAccess": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataCreatedByType": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PublicNetworkAccess",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -16693,6 +16803,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Break",
"Type": {
@@ -16707,7 +16826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16717,11 +16836,29 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Proxy",
"Type": {
@@ -16752,7 +16889,7 @@
],
"ParameterSets": [
{
- "Name": "CreateViaJsonString",
+ "Name": "Delete",
"Parameters": [
{
"ParameterMetadata": {
@@ -16799,21 +16936,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -16835,7 +16957,7 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -16850,12 +16972,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16866,11 +16987,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "HttpPipelineAppend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16882,11 +17003,12 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -16897,11 +17019,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16912,7 +17034,7 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -16924,49 +17046,44 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "CreateViaJsonFilePath",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ScopeName",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16974,20 +17091,44 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "DeleteViaIdentity",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "JsonFilePath",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
@@ -17011,7 +17152,7 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -17026,12 +17167,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17042,11 +17182,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "HttpPipelineAppend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17058,11 +17198,12 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -17073,11 +17214,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17088,7 +17229,7 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -17100,49 +17241,44 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "CreateExpanded",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ScopeName",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17150,29 +17286,38 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PublicNetworkAccess",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17183,11 +17328,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "Break",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17198,15 +17343,12 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -17217,11 +17359,12 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -17232,12 +17375,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "NoWait",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17248,12 +17390,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "PassThru",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17308,13 +17449,303 @@
"ValueFromPipelineByPropertyName": false
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "Set",
+ "NounName": "AzConnectedLicense",
+ "Name": "Set-AzConnectedLicense",
+ "ClassName": "Set-AzConnectedLicense",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "UpdateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
+ "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
+ "DetailProcessor": "System.Nullable`1[System.Int32]",
+ "DetailEdition": "System.String",
+ "DetailImmutableId": "System.String",
+ "DetailState": "System.String",
+ "DetailTarget": "System.String",
+ "DetailType": "System.String",
+ "LicenseType": "System.String",
+ "ProvisioningState": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "LicenseName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Create",
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Parameter",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
+ "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
+ "DetailProcessor": "System.Nullable`1[System.Int32]",
+ "DetailEdition": "System.String",
+ "DetailImmutableId": "System.String",
+ "DetailState": "System.String",
+ "DetailTarget": "System.String",
+ "DetailType": "System.String",
+ "LicenseType": "System.String",
+ "ProvisioningState": "System.String",
+ "TenantId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailEdition",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailProcessor",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailState",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailTarget",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseDetailVolumeLicenseDetail",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LicenseType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "TenantId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Name",
+ "AliasList": [
+ "LicenseName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -17329,7 +17760,7 @@
},
{
"ParameterMetadata": {
- "Name": "ScopeName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -17359,42 +17790,30 @@
},
{
"ParameterMetadata": {
- "Name": "Parameter",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "PrivateLinkScopeId": "System.String",
- "ProvisioningState": "System.String",
- "PublicNetworkAccess": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataCreatedByType": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17424,7 +17843,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17440,7 +17859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17450,6 +17869,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -17498,42 +17932,27 @@
]
},
{
- "Name": "CreateViaIdentityExpanded",
+ "Name": "Update",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Parameter",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
+ "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
+ "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
+ "DetailProcessor": "System.Nullable`1[System.Int32]",
+ "DetailEdition": "System.String",
+ "DetailImmutableId": "System.String",
+ "DetailState": "System.String",
+ "DetailTarget": "System.String",
+ "DetailType": "System.String",
+ "LicenseType": "System.String",
+ "ProvisioningState": "System.String",
+ "TenantId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -17545,7 +17964,10 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "Name",
+ "AliasList": [
+ "LicenseName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -17560,7 +17982,7 @@
},
{
"ParameterMetadata": {
- "Name": "PublicNetworkAccess",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -17568,18 +17990,18 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17607,6 +18029,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -17628,7 +18065,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17644,7 +18081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17654,6 +18091,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -17702,89 +18154,45 @@
]
},
{
- "Name": "CreateViaIdentity",
+ "Name": "UpdateExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Location",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Parameter",
+ "Name": "LicenseDetailEdition",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "PrivateLinkScopeId": "System.String",
- "ProvisioningState": "System.String",
- "PublicNetworkAccess": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataCreatedByType": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "LicenseDetailProcessor",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17795,11 +18203,11 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "LicenseDetailState",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17810,12 +18218,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "LicenseDetailTarget",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17826,12 +18233,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "LicenseDetailType",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17842,11 +18248,27 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "LicenseDetailVolumeLicenseDetail",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LicenseType",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17857,11 +18279,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "Tag",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17872,11 +18294,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "TenantId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -17884,12 +18306,55 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "LicenseName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -17909,6 +18374,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -17930,7 +18410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17946,7 +18426,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17956,6 +18436,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -18002,199 +18497,25 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzConnectedLicense",
- "Name": "Remove-AzConnectedLicense",
- "ClassName": "Remove-AzConnectedLicense",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
},
{
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Delete",
+ "Name": "UpdateViaJsonFilePath",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Name",
@@ -18298,7 +18619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18314,7 +18635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18339,21 +18660,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -18402,184 +18708,63 @@
]
},
{
- "Name": "DeleteViaIdentity",
+ "Name": "UpdateViaJsonString",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "JsonString",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
+ "Name": "Name",
"AliasList": [
- "AzureRMContext",
- "AzureCredential"
+ "LicenseName"
],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -18588,26 +18773,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -18663,7 +18828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18679,7 +18844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18704,21 +18869,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -18769,20 +18919,39 @@
]
},
{
- "VerbName": "Remove",
- "NounName": "AzConnectedMachine",
- "Name": "Remove-AzConnectedMachine",
- "ClassName": "Remove-AzConnectedMachine",
+ "VerbName": "Set",
+ "NounName": "AzConnectedMachineExtension",
+ "Name": "Set-AzConnectedMachineExtension",
+ "ClassName": "Set-AzConnectedMachineExtension",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
+ "DefaultParameterSetName": "UpdateExpanded",
"OutputTypes": [
{
"Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
+ "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "StatusTime": "System.Nullable`1[System.DateTime]",
+ "StatusMessage": "System.String",
+ "StatusLevel": "System.String",
+ "StatusDisplayStatus": "System.String",
+ "StatusCode": "System.String",
+ "ProvisioningState": "System.String",
+ "MachineExtensionType": "System.String",
+ "InstanceViewTypeHandlerVersion": "System.String",
+ "InstanceViewType": "System.String",
+ "InstanceViewName": "System.String",
+ "ForceUpdateTag": "System.String",
+ "Publisher": "System.String",
+ "TypeHandlerVersion": "System.String"
+ }
},
"ParameterSets": [
"__AllParameterSets"
@@ -18790,11 +18959,17 @@
}
],
"Parameters": [
+ {
+ "Name": "MachineName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Name",
- "AliasList": [
- "MachineName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -18821,42 +18996,219 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "InputObject",
+ "Name": "ExtensionParameter",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
+ "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "StatusTime": "System.Nullable`1[System.DateTime]",
+ "StatusMessage": "System.String",
+ "StatusLevel": "System.String",
+ "StatusDisplayStatus": "System.String",
+ "StatusCode": "System.String",
+ "ProvisioningState": "System.String",
+ "MachineExtensionType": "System.String",
+ "InstanceViewTypeHandlerVersion": "System.String",
+ "InstanceViewType": "System.String",
+ "InstanceViewName": "System.String",
+ "ForceUpdateTag": "System.String",
"Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
+ "TypeHandlerVersion": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoUpgradeMinorVersion",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAutomaticUpgrade",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ExtensionType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ForceRerun",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InstanceViewName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InstanceViewType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InstanceViewTypeHandlerVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProtectedSetting",
+ "AliasList": [
+ "ProtectedSettings"
+ ],
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Publisher",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Setting",
+ "AliasList": [
+ "Settings"
+ ],
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "StatusCode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "StatusDisplayStatus",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "StatusLevel",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "StatusMessage",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "StatusTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "TypeHandlerVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -18870,6 +19222,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Break",
"Type": {
@@ -18884,7 +19245,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18894,13 +19255,13 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "PassThru",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -18938,14 +19299,26 @@
],
"ParameterSets": [
{
- "Name": "Delete",
+ "Name": "__AllParameterSets",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MachineName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [
- "MachineName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -19007,6 +19380,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Break",
@@ -19028,7 +19416,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19044,7 +19432,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19056,7 +19444,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -19117,42 +19505,33 @@
]
},
{
- "Name": "DeleteViaIdentity",
+ "Name": "Update",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "ExtensionParameter",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
+ "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "StatusTime": "System.Nullable`1[System.DateTime]",
+ "StatusMessage": "System.String",
+ "StatusLevel": "System.String",
+ "StatusDisplayStatus": "System.String",
+ "StatusCode": "System.String",
+ "ProvisioningState": "System.String",
+ "MachineExtensionType": "System.String",
+ "InstanceViewTypeHandlerVersion": "System.String",
+ "InstanceViewType": "System.String",
+ "InstanceViewName": "System.String",
+ "ForceUpdateTag": "System.String",
"Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
+ "TypeHandlerVersion": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -19164,92 +19543,56 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "MachineName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "Name",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19260,11 +19603,15 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19275,7 +19622,7 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -19287,30 +19634,6 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -19333,7 +19656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19349,7 +19672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19361,7 +19684,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -19420,245 +19743,13 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzConnectedMachineExtension",
- "Name": "Remove-AzConnectedMachineExtension",
- "ClassName": "Remove-AzConnectedMachineExtension",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MachineInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
},
{
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Delete",
+ "Name": "UpdateExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "MachineName",
+ "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -19673,37 +19764,37 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "AutoUpgradeMinorVersion",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "EnableAutomaticUpgrade",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ExtensionType",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -19718,15 +19809,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "ForceRerun",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19737,11 +19824,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "InstanceViewName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19752,11 +19839,11 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "InstanceViewType",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19767,12 +19854,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "InstanceViewTypeHandlerVersion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19783,12 +19869,14 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "ProtectedSetting",
+ "AliasList": [
+ "ProtectedSettings"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19799,11 +19887,11 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "Publisher",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19814,11 +19902,14 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Setting",
+ "AliasList": [
+ "Settings"
+ ],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19829,11 +19920,11 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "StatusCode",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19844,11 +19935,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "StatusDisplayStatus",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19859,11 +19950,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "StatusLevel",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19871,15 +19962,10 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "DeleteViaIdentityMachine",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "StatusMessage",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -19887,65 +19973,33 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "MachineInputObject",
+ "Name": "StatusTime",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.DateTime",
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "Tag",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19956,11 +20010,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "TypeHandlerVersion",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -19971,58 +20025,56 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "MachineName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Name",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20033,7 +20085,88 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -20094,49 +20227,81 @@
]
},
{
- "Name": "DeleteViaIdentity",
+ "Name": "UpdateViaJsonFilePath",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "JsonFilePath",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MachineName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -20194,7 +20359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20210,7 +20375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20235,21 +20400,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -20298,8 +20448,83 @@
]
},
{
- "Name": "__AllParameterSets",
+ "Name": "UpdateViaJsonString",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MachineName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -20355,7 +20580,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20371,7 +20596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20396,21 +20621,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -20461,20 +20671,32 @@
]
},
{
- "VerbName": "Remove",
- "NounName": "AzConnectedMachineRunCommand",
- "Name": "Remove-AzConnectedMachineRunCommand",
- "ClassName": "Remove-AzConnectedMachineRunCommand",
+ "VerbName": "Set",
+ "NounName": "AzConnectedPrivateLinkScope",
+ "Name": "Set-AzConnectedPrivateLinkScope",
+ "ClassName": "Set-AzConnectedPrivateLinkScope",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
+ "DefaultParameterSetName": "UpdateExpanded",
"OutputTypes": [
{
"Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "PrivateLinkScopeId": "System.String",
+ "ProvisioningState": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataCreatedByType": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataLastModifiedByType": "System.String"
+ }
},
"ParameterSets": [
"__AllParameterSets"
@@ -20483,7 +20705,7 @@
],
"Parameters": [
{
- "Name": "MachineName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -20492,7 +20714,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -20501,7 +20723,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "RunCommandName",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -20510,7 +20732,28 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SubscriptionId",
+ "Name": "Parameter",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "PrivateLinkScopeId": "System.String",
+ "ProvisioningState": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataCreatedByType": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataLastModifiedByType": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -20519,76 +20762,38 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "InputObject",
+ "Name": "PublicNetworkAccess",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "MachineInputObject",
+ "Name": "Tag",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -20605,15 +20810,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Break",
"Type": {
@@ -20628,7 +20824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20638,29 +20834,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Proxy",
"Type": {
@@ -20691,23 +20869,8 @@
],
"ParameterSets": [
{
- "Name": "Delete",
+ "Name": "__AllParameterSets",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -20725,7 +20888,7 @@
},
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "ScopeName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -20772,21 +20935,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -20808,7 +20956,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20824,7 +20972,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20834,36 +20982,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -20912,57 +21030,26 @@
]
},
{
- "Name": "DeleteViaIdentityMachine",
+ "Name": "Update",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "RunCommandName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MachineInputObject",
+ "Name": "Parameter",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
+ "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
"PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
+ "ProvisioningState": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataCreatedByType": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataLastModifiedByType": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -20972,6 +21059,51 @@
"ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScopeName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -20993,7 +21125,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -21008,11 +21140,12 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -21023,11 +21156,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "HttpPipelinePrepend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21039,12 +21172,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "Proxy",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21055,11 +21187,11 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21070,7 +21202,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -21082,14 +21214,34 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "UpdateExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "PublicNetworkAccess",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21100,11 +21252,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "Tag",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21115,65 +21267,47 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "DeleteViaIdentity",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "ScopeName",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -21197,7 +21331,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -21212,11 +21346,12 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -21227,11 +21362,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "HttpPipelinePrepend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21243,12 +21378,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "Proxy",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21259,11 +21393,11 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21274,7 +21408,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -21286,44 +21420,64 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "UpdateViaJsonFilePath",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "ScopeName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -21331,12 +21485,7 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -21358,7 +21507,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -21373,11 +21522,12 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -21388,11 +21538,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "HttpPipelinePrepend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21404,12 +21554,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "Proxy",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -21420,7 +21569,22 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -21432,10 +21596,94 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "UpdateViaJsonString",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ScopeName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -21448,6 +21696,38 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -21498,14 +21778,14 @@
]
},
{
- "VerbName": "Remove",
- "NounName": "AzConnectedPrivateLinkScope",
- "Name": "Remove-AzConnectedPrivateLinkScope",
- "ClassName": "Remove-AzConnectedPrivateLinkScope",
+ "VerbName": "Update",
+ "NounName": "AzConnectedExtension",
+ "Name": "Update-AzConnectedExtension",
+ "ClassName": "Update-AzConnectedExtension",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
+ "DefaultParameterSetName": "UpgradeExpanded",
"OutputTypes": [
{
"Type": {
@@ -21520,7 +21800,7 @@
],
"Parameters": [
{
- "Name": "ResourceGroupName",
+ "Name": "MachineName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -21529,7 +21809,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ScopeName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -21551,38 +21831,68 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "ExtensionTarget",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ExtensionUpgradeParameter",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionTarget": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -21619,7 +21929,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21629,7 +21939,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21682,11 +21992,11 @@
],
"ParameterSets": [
{
- "Name": "Delete",
+ "Name": "UpgradeViaJsonString",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "MachineName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -21701,7 +22011,7 @@
},
{
"ParameterMetadata": {
- "Name": "ScopeName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -21729,6 +22039,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -21784,7 +22109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21800,7 +22125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21888,49 +22213,66 @@
]
},
{
- "Name": "DeleteViaIdentity",
+ "Name": "UpgradeViaJsonFilePath",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "MachineName",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -21988,7 +22330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22004,7 +22346,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22092,8 +22434,68 @@
]
},
{
- "Name": "__AllParameterSets",
+ "Name": "UpgradeExpanded",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MachineName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ExtensionTarget",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -22149,7 +22551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22165,7 +22567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22251,337 +22653,51 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Set",
- "NounName": "AzConnectedLicense",
- "Name": "Set-AzConnectedLicense",
- "ClassName": "Set-AzConnectedLicense",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "UpdateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
- "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
- "DetailProcessor": "System.Nullable`1[System.Int32]",
- "DetailEdition": "System.String",
- "DetailImmutableId": "System.String",
- "DetailState": "System.String",
- "DetailTarget": "System.String",
- "DetailType": "System.String",
- "LicenseType": "System.String",
- "ProvisioningState": "System.String",
- "TenantId": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Parameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
- "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
- "DetailProcessor": "System.Nullable`1[System.Int32]",
- "DetailEdition": "System.String",
- "DetailImmutableId": "System.String",
- "DetailState": "System.String",
- "DetailTarget": "System.String",
- "DetailType": "System.String",
- "LicenseType": "System.String",
- "ProvisioningState": "System.String",
- "TenantId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailEdition",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailProcessor",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailState",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
},
{
- "Name": "LicenseDetailTarget",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseDetailVolumeLicenseDetail",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LicenseType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TenantId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
+ "Name": "UpgradeViaIdentityExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "ExtensionTarget",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -22645,7 +22761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22661,7 +22777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22686,6 +22802,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -22734,82 +22865,58 @@
]
},
{
- "Name": "Update",
+ "Name": "UpgradeViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Parameter",
+ "Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
- "DetailAssignedLicense": "System.Nullable`1[System.Int32]",
- "DetailProcessor": "System.Nullable`1[System.Int32]",
- "DetailEdition": "System.String",
- "DetailImmutableId": "System.String",
- "DetailState": "System.String",
- "DetailTarget": "System.String",
- "DetailType": "System.String",
- "LicenseType": "System.String",
- "ProvisioningState": "System.String",
- "TenantId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ExtensionUpgradeParameter",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionTarget": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
@@ -22867,7 +22974,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22883,7 +22990,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22910,337 +23017,7 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LicenseDetailEdition",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LicenseDetailProcessor",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LicenseDetailState",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LicenseDetailTarget",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LicenseDetailType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LicenseDetailVolumeLicenseDetail",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LicenseType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TenantId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -23301,71 +23078,8 @@
]
},
{
- "Name": "UpdateViaJsonFilePath",
+ "Name": "__AllParameterSets",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -23421,7 +23135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23437,7 +23151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23462,6 +23176,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -23508,251 +23237,80 @@
"ValueFromPipelineByPropertyName": false
}
]
- },
- {
- "Name": "UpdateViaJsonString",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "LicenseName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Set",
- "NounName": "AzConnectedMachineExtension",
- "Name": "Set-AzConnectedMachineExtension",
- "ClassName": "Set-AzConnectedMachineExtension",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "UpdateExpanded",
- "OutputTypes": [
+ }
+ ]
+ },
+ {
+ "VerbName": "Update",
+ "NounName": "AzConnectedMachine",
+ "Name": "Update-AzConnectedMachine",
+ "ClassName": "Update-AzConnectedMachine",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "UpdateExpanded",
+ "OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachine",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachine, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
- "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
- "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "StatusTime": "System.Nullable`1[System.DateTime]",
- "StatusMessage": "System.String",
- "StatusLevel": "System.String",
- "StatusDisplayStatus": "System.String",
- "StatusCode": "System.String",
+ "DetectedProperty": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IDetectedProperties",
+ "LicenseProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileMachineInstanceView",
+ "OSProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
+ "AgentConfigurationExtensionsAllowList": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension]",
+ "AgentConfigurationExtensionsBlockList": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension]",
+ "ErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
+ "Resource": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension]",
+ "Extension": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView]",
+ "NetworkProfileNetworkInterface": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface]",
+ "AgentConfigurationIncomingConnectionsPort": "System.Collections.Generic.List`1[System.String]",
+ "AgentConfigurationProxyBypass": "System.Collections.Generic.List`1[System.String]",
+ "AgentUpgradeEnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "LastStatusChange": "System.Nullable`1[System.DateTime]",
+ "LocationDataName": "System.String",
+ "LocationDataDistrict": "System.String",
+ "LocationDataCity": "System.String",
+ "Kind": "System.String",
+ "LocationDataCountryOrRegion": "System.String",
+ "AdFqdn": "System.String",
+ "OSName": "System.String",
+ "OSEdition": "System.String",
+ "IdentityType": "System.String",
+ "OSSku": "System.String",
+ "OSType": "System.String",
+ "OSVersion": "System.String",
+ "ParentClusterResourceId": "System.String",
+ "PrivateLinkScopeResourceId": "System.String",
"ProvisioningState": "System.String",
- "MachineExtensionType": "System.String",
- "InstanceViewTypeHandlerVersion": "System.String",
- "InstanceViewType": "System.String",
- "InstanceViewName": "System.String",
- "ForceUpdateTag": "System.String",
- "Publisher": "System.String",
- "TypeHandlerVersion": "System.String"
+ "Status": "System.String",
+ "MssqlDiscovered": "System.String",
+ "IdentityTenantId": "System.String",
+ "Fqdn": "System.String",
+ "GuestConfigurationServiceStatus": "System.String",
+ "AgentConfigurationConfigMode": "System.String",
+ "AgentConfigurationExtensionsEnabled": "System.String",
+ "AgentConfigurationGuestConfigurationEnabled": "System.String",
+ "AgentConfigurationProxyUrl": "System.String",
+ "AgentUpgradeCorrelationId": "System.String",
+ "AgentUpgradeDesiredVersion": "System.String",
+ "AgentUpgradeLastAttemptDesiredVersion": "System.String",
+ "AgentUpgradeLastAttemptMessage": "System.String",
+ "AgentUpgradeLastAttemptStatus": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "AgentUpgradeLastAttemptTimestamp": "System.String",
+ "ClientPublicKey": "System.String",
+ "CloudMetadataProvider": "System.String",
+ "DisplayName": "System.String",
+ "DnsFqdn": "System.String",
+ "DomainName": "System.String",
+ "ExtensionServiceStartupType": "System.String",
+ "ExtensionServiceStatus": "System.String",
+ "VMId": "System.String",
+ "GuestConfigurationServiceStartupType": "System.String",
+ "AgentVersion": "System.String",
+ "VMUuid": "System.String"
}
},
"ParameterSets": [
@@ -23761,17 +23319,11 @@
}
],
"Parameters": [
- {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -23798,62 +23350,47 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ExtensionParameter",
+ "Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
- "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
- "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "StatusTime": "System.Nullable`1[System.DateTime]",
- "StatusMessage": "System.String",
- "StatusLevel": "System.String",
- "StatusDisplayStatus": "System.String",
- "StatusCode": "System.String",
- "ProvisioningState": "System.String",
- "MachineExtensionType": "System.String",
- "InstanceViewTypeHandlerVersion": "System.String",
- "InstanceViewType": "System.String",
- "InstanceViewName": "System.String",
- "ForceUpdateTag": "System.String",
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
"Publisher": "System.String",
- "TypeHandlerVersion": "System.String"
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Location",
+ "Name": "EnableSystemAssignedIdentity",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AutoUpgradeMinorVersion",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableAutomaticUpgrade",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ExtensionType",
+ "Name": "AgentUpgradeCorrelationId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -23862,7 +23399,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ForceRerun",
+ "Name": "AgentUpgradeDesiredVersion",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -23871,16 +23408,16 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "InstanceViewName",
+ "Name": "AgentUpgradeEnableAutomatic",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "InstanceViewType",
+ "Name": "IdentityType",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -23889,7 +23426,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "InstanceViewTypeHandlerVersion",
+ "Name": "Kind",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -23898,19 +23435,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ProtectedSetting",
- "AliasList": [
- "ProtectedSettings"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Publisher",
+ "Name": "LocationDataCity",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -23919,19 +23444,16 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Setting",
- "AliasList": [
- "Settings"
- ],
+ "Name": "LocationDataCountryOrRegion",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "StatusCode",
+ "Name": "LocationDataDistrict",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -23940,7 +23462,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "StatusDisplayStatus",
+ "Name": "LocationDataName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -23949,16 +23471,37 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "StatusLevel",
+ "Name": "OSProfile",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
+ "WindowsConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
+ "WindowsConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
+ "LinuxConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
+ "LinuxConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
+ "WindowsConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
+ "ComputerName": "System.String",
+ "WindowsConfigurationPatchSettingsStatusErrorMessage": "System.String",
+ "WindowsConfigurationPatchSettingsStatusErrorCode": "System.String",
+ "WindowsConfigurationPatchSettingsPatchMode": "System.String",
+ "LinuxConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String",
+ "WindowsConfigurationPatchSettingsStatusErrorTarget": "System.String",
+ "LinuxConfigurationPatchSettingsStatusErrorTarget": "System.String",
+ "LinuxConfigurationPatchSettingsStatusErrorMessage": "System.String",
+ "LinuxConfigurationPatchSettingsStatusErrorCode": "System.String",
+ "LinuxConfigurationPatchSettingsPatchMode": "System.String",
+ "LinuxConfigurationPatchSettingsAssessmentMode": "System.String",
+ "WindowsConfigurationPatchSettingsAssessmentMode": "System.String",
+ "WindowsConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "StatusMessage",
+ "Name": "ParentClusterResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -23967,11 +23510,11 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "StatusTime",
+ "Name": "PrivateLinkScopeResourceId",
"Type": {
"Namespace": "System",
- "Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -23985,7 +23528,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "TypeHandlerVersion",
+ "Name": "JsonString",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -24003,11 +23546,32 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "JsonString",
+ "Name": "Parameter",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "OSProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
+ "AgentUpgradeEnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "AgentUpgradeCorrelationId": "System.String",
+ "LocationDataName": "System.String",
+ "LocationDataDistrict": "System.String",
+ "LocationDataCountryOrRegion": "System.String",
+ "LocationDataCity": "System.String",
+ "Kind": "System.String",
+ "IdentityType": "System.String",
+ "IdentityTenantId": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "CloudMetadataProvider": "System.String",
+ "AgentUpgradeLastAttemptTimestamp": "System.String",
+ "AgentUpgradeLastAttemptStatus": "System.String",
+ "AgentUpgradeLastAttemptMessage": "System.String",
+ "AgentUpgradeLastAttemptDesiredVersion": "System.String",
+ "AgentUpgradeDesiredVersion": "System.String",
+ "ParentClusterResourceId": "System.String",
+ "PrivateLinkScopeResourceId": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -24024,15 +23588,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Break",
"Type": {
@@ -24047,7 +23602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24057,6701 +23612,49 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "Update",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ExtensionParameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
- "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
- "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "StatusTime": "System.Nullable`1[System.DateTime]",
- "StatusMessage": "System.String",
- "StatusLevel": "System.String",
- "StatusDisplayStatus": "System.String",
- "StatusCode": "System.String",
- "ProvisioningState": "System.String",
- "MachineExtensionType": "System.String",
- "InstanceViewTypeHandlerVersion": "System.String",
- "InstanceViewType": "System.String",
- "InstanceViewName": "System.String",
- "ForceUpdateTag": "System.String",
- "Publisher": "System.String",
- "TypeHandlerVersion": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AutoUpgradeMinorVersion",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EnableAutomaticUpgrade",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExtensionType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ForceRerun",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "InstanceViewName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "InstanceViewType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "InstanceViewTypeHandlerVersion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProtectedSetting",
- "AliasList": [
- "ProtectedSettings"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Publisher",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Setting",
- "AliasList": [
- "Settings"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StatusCode",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StatusDisplayStatus",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StatusLevel",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StatusMessage",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "StatusTime",
- "Type": {
- "Namespace": "System",
- "Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TypeHandlerVersion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaJsonFilePath",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaJsonString",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Set",
- "NounName": "AzConnectedPrivateLinkScope",
- "Name": "Set-AzConnectedPrivateLinkScope",
- "ClassName": "Set-AzConnectedPrivateLinkScope",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "UpdateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "PrivateLinkScopeId": "System.String",
- "ProvisioningState": "System.String",
- "PublicNetworkAccess": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataCreatedByType": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ScopeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Parameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "PrivateLinkScopeId": "System.String",
- "ProvisioningState": "System.String",
- "PublicNetworkAccess": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataCreatedByType": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PublicNetworkAccess",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ScopeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "Update",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Parameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "PrivateLinkScopeId": "System.String",
- "ProvisioningState": "System.String",
- "PublicNetworkAccess": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataCreatedByType": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataLastModifiedByType": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ScopeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PublicNetworkAccess",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "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=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ScopeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaJsonFilePath",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ScopeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaJsonString",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ScopeName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Update",
- "NounName": "AzConnectedExtension",
- "Name": "Update-AzConnectedExtension",
- "ClassName": "Update-AzConnectedExtension",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "UpgradeExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ExtensionTarget",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ExtensionUpgradeParameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ExtensionTarget": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "UpgradeViaJsonString",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpgradeViaJsonFilePath",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpgradeExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExtensionTarget",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpgradeViaIdentityExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExtensionTarget",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpgradeViaIdentity",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExtensionUpgradeParameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpgrade, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ExtensionTarget": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Update",
- "NounName": "AzConnectedMachine",
- "Name": "Update-AzConnectedMachine",
- "ClassName": "Update-AzConnectedMachine",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "UpdateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachine, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DetectedProperty": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IDetectedProperties",
- "LicenseProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileMachineInstanceView",
- "OSProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
- "AgentConfigurationExtensionsAllowList": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension]",
- "AgentConfigurationExtensionsBlockList": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension]",
- "ErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
- "Resource": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension]",
- "Extension": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView]",
- "NetworkProfileNetworkInterface": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface]",
- "AgentConfigurationIncomingConnectionsPort": "System.Collections.Generic.List`1[System.String]",
- "AgentConfigurationProxyBypass": "System.Collections.Generic.List`1[System.String]",
- "AgentUpgradeEnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "LastStatusChange": "System.Nullable`1[System.DateTime]",
- "LocationDataName": "System.String",
- "LocationDataDistrict": "System.String",
- "LocationDataCity": "System.String",
- "Kind": "System.String",
- "LocationDataCountryOrRegion": "System.String",
- "AdFqdn": "System.String",
- "OSName": "System.String",
- "OSEdition": "System.String",
- "IdentityType": "System.String",
- "OSSku": "System.String",
- "OSType": "System.String",
- "OSVersion": "System.String",
- "ParentClusterResourceId": "System.String",
- "PrivateLinkScopeResourceId": "System.String",
- "ProvisioningState": "System.String",
- "Status": "System.String",
- "MssqlDiscovered": "System.String",
- "IdentityTenantId": "System.String",
- "Fqdn": "System.String",
- "GuestConfigurationServiceStatus": "System.String",
- "AgentConfigurationConfigMode": "System.String",
- "AgentConfigurationExtensionsEnabled": "System.String",
- "AgentConfigurationGuestConfigurationEnabled": "System.String",
- "AgentConfigurationProxyUrl": "System.String",
- "AgentUpgradeCorrelationId": "System.String",
- "AgentUpgradeDesiredVersion": "System.String",
- "AgentUpgradeLastAttemptDesiredVersion": "System.String",
- "AgentUpgradeLastAttemptMessage": "System.String",
- "AgentUpgradeLastAttemptStatus": "System.String",
- "IdentityPrincipalId": "System.String",
- "AgentUpgradeLastAttemptTimestamp": "System.String",
- "ClientPublicKey": "System.String",
- "CloudMetadataProvider": "System.String",
- "DisplayName": "System.String",
- "DnsFqdn": "System.String",
- "DomainName": "System.String",
- "ExtensionServiceStartupType": "System.String",
- "ExtensionServiceStatus": "System.String",
- "VMId": "System.String",
- "GuestConfigurationServiceStartupType": "System.String",
- "AgentVersion": "System.String",
- "VMUuid": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "MachineName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableSystemAssignedIdentity",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AgentUpgradeCorrelationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AgentUpgradeDesiredVersion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AgentUpgradeEnableAutomatic",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IdentityType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Kind",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LocationDataCity",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LocationDataCountryOrRegion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LocationDataDistrict",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LocationDataName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OSProfile",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
- "WindowsConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
- "WindowsConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
- "LinuxConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
- "LinuxConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
- "WindowsConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
- "ComputerName": "System.String",
- "WindowsConfigurationPatchSettingsStatusErrorMessage": "System.String",
- "WindowsConfigurationPatchSettingsStatusErrorCode": "System.String",
- "WindowsConfigurationPatchSettingsPatchMode": "System.String",
- "LinuxConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String",
- "WindowsConfigurationPatchSettingsStatusErrorTarget": "System.String",
- "LinuxConfigurationPatchSettingsStatusErrorTarget": "System.String",
- "LinuxConfigurationPatchSettingsStatusErrorMessage": "System.String",
- "LinuxConfigurationPatchSettingsStatusErrorCode": "System.String",
- "LinuxConfigurationPatchSettingsPatchMode": "System.String",
- "LinuxConfigurationPatchSettingsAssessmentMode": "System.String",
- "WindowsConfigurationPatchSettingsAssessmentMode": "System.String",
- "WindowsConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ParentClusterResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PrivateLinkScopeResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Parameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "OSProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
- "AgentUpgradeEnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "AgentUpgradeCorrelationId": "System.String",
- "LocationDataName": "System.String",
- "LocationDataDistrict": "System.String",
- "LocationDataCountryOrRegion": "System.String",
- "LocationDataCity": "System.String",
- "Kind": "System.String",
- "IdentityType": "System.String",
- "IdentityTenantId": "System.String",
- "IdentityPrincipalId": "System.String",
- "CloudMetadataProvider": "System.String",
- "AgentUpgradeLastAttemptTimestamp": "System.String",
- "AgentUpgradeLastAttemptStatus": "System.String",
- "AgentUpgradeLastAttemptMessage": "System.String",
- "AgentUpgradeLastAttemptDesiredVersion": "System.String",
- "AgentUpgradeDesiredVersion": "System.String",
- "ParentClusterResourceId": "System.String",
- "PrivateLinkScopeResourceId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Update",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "MachineName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Parameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "OSProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
- "AgentUpgradeEnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "AgentUpgradeCorrelationId": "System.String",
- "LocationDataName": "System.String",
- "LocationDataDistrict": "System.String",
- "LocationDataCountryOrRegion": "System.String",
- "LocationDataCity": "System.String",
- "Kind": "System.String",
- "IdentityType": "System.String",
- "IdentityTenantId": "System.String",
- "IdentityPrincipalId": "System.String",
- "CloudMetadataProvider": "System.String",
- "AgentUpgradeLastAttemptTimestamp": "System.String",
- "AgentUpgradeLastAttemptStatus": "System.String",
- "AgentUpgradeLastAttemptMessage": "System.String",
- "AgentUpgradeLastAttemptDesiredVersion": "System.String",
- "AgentUpgradeDesiredVersion": "System.String",
- "ParentClusterResourceId": "System.String",
- "PrivateLinkScopeResourceId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaJsonFilePath",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "MachineName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaJsonString",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "MachineName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "MachineName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EnableSystemAssignedIdentity",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AgentUpgradeCorrelationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AgentUpgradeDesiredVersion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AgentUpgradeEnableAutomatic",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IdentityType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kind",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LocationDataCity",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LocationDataCountryOrRegion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LocationDataDistrict",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LocationDataName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OSProfile",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
- "WindowsConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
- "WindowsConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
- "LinuxConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
- "LinuxConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
- "WindowsConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
- "ComputerName": "System.String",
- "WindowsConfigurationPatchSettingsStatusErrorMessage": "System.String",
- "WindowsConfigurationPatchSettingsStatusErrorCode": "System.String",
- "WindowsConfigurationPatchSettingsPatchMode": "System.String",
- "LinuxConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String",
- "WindowsConfigurationPatchSettingsStatusErrorTarget": "System.String",
- "LinuxConfigurationPatchSettingsStatusErrorTarget": "System.String",
- "LinuxConfigurationPatchSettingsStatusErrorMessage": "System.String",
- "LinuxConfigurationPatchSettingsStatusErrorCode": "System.String",
- "LinuxConfigurationPatchSettingsPatchMode": "System.String",
- "LinuxConfigurationPatchSettingsAssessmentMode": "System.String",
- "WindowsConfigurationPatchSettingsAssessmentMode": "System.String",
- "WindowsConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ParentClusterResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PrivateLinkScopeResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaIdentity",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Parameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "OSProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
- "AgentUpgradeEnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "AgentUpgradeCorrelationId": "System.String",
- "LocationDataName": "System.String",
- "LocationDataDistrict": "System.String",
- "LocationDataCountryOrRegion": "System.String",
- "LocationDataCity": "System.String",
- "Kind": "System.String",
- "IdentityType": "System.String",
- "IdentityTenantId": "System.String",
- "IdentityPrincipalId": "System.String",
- "CloudMetadataProvider": "System.String",
- "AgentUpgradeLastAttemptTimestamp": "System.String",
- "AgentUpgradeLastAttemptStatus": "System.String",
- "AgentUpgradeLastAttemptMessage": "System.String",
- "AgentUpgradeLastAttemptDesiredVersion": "System.String",
- "AgentUpgradeDesiredVersion": "System.String",
- "ParentClusterResourceId": "System.String",
- "PrivateLinkScopeResourceId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaIdentityExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EnableSystemAssignedIdentity",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AgentUpgradeCorrelationId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AgentUpgradeDesiredVersion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AgentUpgradeEnableAutomatic",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "IdentityType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Kind",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LocationDataCity",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LocationDataCountryOrRegion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LocationDataDistrict",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "LocationDataName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OSProfile",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LinuxConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
- "WindowsConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
- "WindowsConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
- "LinuxConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
- "LinuxConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
- "WindowsConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
- "ComputerName": "System.String",
- "WindowsConfigurationPatchSettingsStatusErrorMessage": "System.String",
- "WindowsConfigurationPatchSettingsStatusErrorCode": "System.String",
- "WindowsConfigurationPatchSettingsPatchMode": "System.String",
- "LinuxConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String",
- "WindowsConfigurationPatchSettingsStatusErrorTarget": "System.String",
- "LinuxConfigurationPatchSettingsStatusErrorTarget": "System.String",
- "LinuxConfigurationPatchSettingsStatusErrorMessage": "System.String",
- "LinuxConfigurationPatchSettingsStatusErrorCode": "System.String",
- "LinuxConfigurationPatchSettingsPatchMode": "System.String",
- "LinuxConfigurationPatchSettingsAssessmentMode": "System.String",
- "WindowsConfigurationPatchSettingsAssessmentMode": "System.String",
- "WindowsConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ParentClusterResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PrivateLinkScopeResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Update",
- "NounName": "AzConnectedMachineExtension",
- "Name": "Update-AzConnectedMachineExtension",
- "ClassName": "Update-AzConnectedMachineExtension",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "UpdateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
- "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
- "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "StatusTime": "System.Nullable`1[System.DateTime]",
- "StatusMessage": "System.String",
- "StatusLevel": "System.String",
- "StatusDisplayStatus": "System.String",
- "StatusCode": "System.String",
- "ProvisioningState": "System.String",
- "MachineExtensionType": "System.String",
- "InstanceViewTypeHandlerVersion": "System.String",
- "InstanceViewType": "System.String",
- "InstanceViewName": "System.String",
- "ForceUpdateTag": "System.String",
- "Publisher": "System.String",
- "TypeHandlerVersion": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MachineInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ExtensionParameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings",
- "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
- "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "ForceUpdateTag": "System.String",
- "Publisher": "System.String",
- "Type": "System.String",
- "TypeHandlerVersion": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AutoUpgradeMinorVersion",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableAutomaticUpgrade",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ForceRerun",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProtectedSetting",
- "AliasList": [
- "ProtectedSettings"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Publisher",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Setting",
- "AliasList": [
- "Settings"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Type",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TypeHandlerVersion",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "UpdateViaJsonString",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "JsonString",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "UpdateViaJsonFilePath",
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Update",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30796,17 +23699,38 @@
},
{
"ParameterMetadata": {
- "Name": "JsonFilePath",
+ "Name": "Parameter",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "OSProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
+ "AgentUpgradeEnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "AgentUpgradeCorrelationId": "System.String",
+ "LocationDataName": "System.String",
+ "LocationDataDistrict": "System.String",
+ "LocationDataCountryOrRegion": "System.String",
+ "LocationDataCity": "System.String",
+ "Kind": "System.String",
+ "IdentityType": "System.String",
+ "IdentityTenantId": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "CloudMetadataProvider": "System.String",
+ "AgentUpgradeLastAttemptTimestamp": "System.String",
+ "AgentUpgradeLastAttemptStatus": "System.String",
+ "AgentUpgradeLastAttemptMessage": "System.String",
+ "AgentUpgradeLastAttemptDesiredVersion": "System.String",
+ "AgentUpgradeDesiredVersion": "System.String",
+ "ParentClusterResourceId": "System.String",
+ "PrivateLinkScopeResourceId": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
@@ -30828,21 +23752,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -30864,7 +23773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30880,7 +23789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30890,21 +23799,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -30953,11 +23847,14 @@
]
},
{
- "Name": "UpdateExpanded",
+ "Name": "UpdateViaJsonFilePath",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "MachineName",
+ "Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30972,7 +23869,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30987,7 +23884,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -30995,14 +23892,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "JsonFilePath",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31010,18 +23907,22 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AutoUpgradeMinorVersion",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31032,7 +23933,7 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutomaticUpgrade",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -31047,11 +23948,12 @@
},
{
"ParameterMetadata": {
- "Name": "ForceRerun",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -31062,14 +23964,12 @@
},
{
"ParameterMetadata": {
- "Name": "ProtectedSetting",
- "AliasList": [
- "ProtectedSettings"
- ],
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -31080,11 +23980,11 @@
},
{
"ParameterMetadata": {
- "Name": "Publisher",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -31095,14 +23995,11 @@
},
{
"ParameterMetadata": {
- "Name": "Setting",
- "AliasList": [
- "Settings"
- ],
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31113,11 +24010,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31125,10 +24022,18 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "UpdateViaJsonString",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "Type",
+ "Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31136,14 +24041,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "TypeHandlerVersion",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31151,22 +24056,18 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31177,26 +24078,30 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "JsonString",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31207,12 +24112,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31223,11 +24127,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "HttpPipelineAppend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31239,11 +24143,12 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -31300,26 +24205,14 @@
]
},
{
- "Name": "Update",
+ "Name": "UpdateExpanded",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31364,70 +24257,14 @@
},
{
"ParameterMetadata": {
- "Name": "ExtensionParameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings",
- "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
- "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "ForceUpdateTag": "System.String",
- "Publisher": "System.String",
- "Type": "System.String",
- "TypeHandlerVersion": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
+ "Name": "EnableSystemAssignedIdentity",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
"ValidateNotNullOrEmpty": false
},
@@ -31438,12 +24275,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "AgentUpgradeCorrelationId",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31454,12 +24290,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "AgentUpgradeDesiredVersion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31470,7 +24305,7 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "AgentUpgradeEnableAutomatic",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -31485,26 +24320,11 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "IdentityType",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31515,27 +24335,7 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaIdentityMachineExpanded",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
+ "Name": "Kind",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31543,79 +24343,6 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MachineInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AutoUpgradeMinorVersion",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EnableAutomaticUpgrade",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
@@ -31623,7 +24350,7 @@
},
{
"ParameterMetadata": {
- "Name": "ForceRerun",
+ "Name": "LocationDataCity",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31638,14 +24365,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProtectedSetting",
- "AliasList": [
- "ProtectedSettings"
- ],
+ "Name": "LocationDataCountryOrRegion",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31656,7 +24380,7 @@
},
{
"ParameterMetadata": {
- "Name": "Publisher",
+ "Name": "LocationDataDistrict",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31671,14 +24395,11 @@
},
{
"ParameterMetadata": {
- "Name": "Setting",
- "AliasList": [
- "Settings"
- ],
+ "Name": "LocationDataName",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31689,11 +24410,32 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "OSProfile",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
+ "WindowsConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
+ "WindowsConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
+ "LinuxConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
+ "LinuxConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
+ "WindowsConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
+ "ComputerName": "System.String",
+ "WindowsConfigurationPatchSettingsStatusErrorMessage": "System.String",
+ "WindowsConfigurationPatchSettingsStatusErrorCode": "System.String",
+ "WindowsConfigurationPatchSettingsPatchMode": "System.String",
+ "LinuxConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String",
+ "WindowsConfigurationPatchSettingsStatusErrorTarget": "System.String",
+ "LinuxConfigurationPatchSettingsStatusErrorTarget": "System.String",
+ "LinuxConfigurationPatchSettingsStatusErrorMessage": "System.String",
+ "LinuxConfigurationPatchSettingsStatusErrorCode": "System.String",
+ "LinuxConfigurationPatchSettingsPatchMode": "System.String",
+ "LinuxConfigurationPatchSettingsAssessmentMode": "System.String",
+ "WindowsConfigurationPatchSettingsAssessmentMode": "System.String",
+ "WindowsConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -31704,7 +24446,7 @@
},
{
"ParameterMetadata": {
- "Name": "Type",
+ "Name": "ParentClusterResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31719,7 +24461,7 @@
},
{
"ParameterMetadata": {
- "Name": "TypeHandlerVersion",
+ "Name": "PrivateLinkScopeResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -31734,15 +24476,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "Tag",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -31753,11 +24491,15 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31787,7 +24529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31803,7 +24545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31813,21 +24555,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -31876,56 +24603,32 @@
]
},
{
- "Name": "UpdateViaIdentityMachine",
+ "Name": "UpdateViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MachineInputObject",
+ "Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -31938,20 +24641,31 @@
},
{
"ParameterMetadata": {
- "Name": "ExtensionParameter",
+ "Name": "Parameter",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineUpdate, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings",
- "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
- "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "ForceUpdateTag": "System.String",
- "Publisher": "System.String",
- "Type": "System.String",
- "TypeHandlerVersion": "System.String"
+ "OSProfile": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
+ "AgentUpgradeEnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "AgentUpgradeCorrelationId": "System.String",
+ "LocationDataName": "System.String",
+ "LocationDataDistrict": "System.String",
+ "LocationDataCountryOrRegion": "System.String",
+ "LocationDataCity": "System.String",
+ "Kind": "System.String",
+ "IdentityType": "System.String",
+ "IdentityTenantId": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "CloudMetadataProvider": "System.String",
+ "AgentUpgradeLastAttemptTimestamp": "System.String",
+ "AgentUpgradeLastAttemptStatus": "System.String",
+ "AgentUpgradeLastAttemptMessage": "System.String",
+ "AgentUpgradeLastAttemptDesiredVersion": "System.String",
+ "AgentUpgradeDesiredVersion": "System.String",
+ "ParentClusterResourceId": "System.String",
+ "PrivateLinkScopeResourceId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -31980,21 +24694,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -32016,7 +24715,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32032,7 +24731,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32042,21 +24741,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -32113,33 +24797,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -32152,26 +24827,14 @@
},
{
"ParameterMetadata": {
- "Name": "AutoUpgradeMinorVersion",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "EnableAutomaticUpgrade",
+ "Name": "EnableSystemAssignedIdentity",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
"ValidateNotNullOrEmpty": false
},
@@ -32182,7 +24845,7 @@
},
{
"ParameterMetadata": {
- "Name": "ForceRerun",
+ "Name": "AgentUpgradeCorrelationId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -32197,25 +24860,7 @@
},
{
"ParameterMetadata": {
- "Name": "ProtectedSetting",
- "AliasList": [
- "ProtectedSettings"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Publisher",
+ "Name": "AgentUpgradeDesiredVersion",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -32230,29 +24875,11 @@
},
{
"ParameterMetadata": {
- "Name": "Setting",
- "AliasList": [
- "Settings"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
+ "Name": "AgentUpgradeEnableAutomatic",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32263,7 +24890,7 @@
},
{
"ParameterMetadata": {
- "Name": "Type",
+ "Name": "IdentityType",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -32278,7 +24905,7 @@
},
{
"ParameterMetadata": {
- "Name": "TypeHandlerVersion",
+ "Name": "Kind",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -32293,30 +24920,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "LocationDataCity",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32327,11 +24935,11 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "LocationDataCountryOrRegion",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32342,12 +24950,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "LocationDataDistrict",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32358,12 +24965,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "LocationDataName",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32374,11 +24980,32 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "OSProfile",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
+ "WindowsConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
+ "WindowsConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
+ "LinuxConfigurationPatchSettingsStatusErrorDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
+ "LinuxConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
+ "WindowsConfigurationPatchSettingsEnableHotpatching": "System.Nullable`1[System.Boolean]",
+ "ComputerName": "System.String",
+ "WindowsConfigurationPatchSettingsStatusErrorMessage": "System.String",
+ "WindowsConfigurationPatchSettingsStatusErrorCode": "System.String",
+ "WindowsConfigurationPatchSettingsPatchMode": "System.String",
+ "LinuxConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String",
+ "WindowsConfigurationPatchSettingsStatusErrorTarget": "System.String",
+ "LinuxConfigurationPatchSettingsStatusErrorTarget": "System.String",
+ "LinuxConfigurationPatchSettingsStatusErrorMessage": "System.String",
+ "LinuxConfigurationPatchSettingsStatusErrorCode": "System.String",
+ "LinuxConfigurationPatchSettingsPatchMode": "System.String",
+ "LinuxConfigurationPatchSettingsAssessmentMode": "System.String",
+ "WindowsConfigurationPatchSettingsAssessmentMode": "System.String",
+ "WindowsConfigurationPatchSettingsStatusHotpatchEnablementStatus": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -32389,11 +25016,11 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "ParentClusterResourceId",
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32404,11 +25031,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "PrivateLinkScopeResourceId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32419,11 +25046,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "Tag",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -32431,79 +25058,6 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "UpdateViaIdentity",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ExtensionParameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings",
- "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
- "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "ForceUpdateTag": "System.String",
- "Publisher": "System.String",
- "Type": "System.String",
- "TypeHandlerVersion": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -32524,21 +25078,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -32560,7 +25099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32576,7 +25115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32586,21 +25125,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -32670,21 +25194,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Break",
@@ -32706,7 +25215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32722,7 +25231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32732,21 +25241,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -32798,9 +25292,9 @@
},
{
"VerbName": "Update",
- "NounName": "AzConnectedMachineRunCommand",
- "Name": "Update-AzConnectedMachineRunCommand",
- "ClassName": "Update-AzConnectedMachineRunCommand",
+ "NounName": "AzConnectedMachineExtension",
+ "Name": "Update-AzConnectedMachineExtension",
+ "ClassName": "Update-AzConnectedMachineExtension",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -32809,35 +25303,26 @@
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
+ "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "StatusTime": "System.Nullable`1[System.DateTime]",
+ "StatusMessage": "System.String",
+ "StatusLevel": "System.String",
+ "StatusDisplayStatus": "System.String",
+ "StatusCode": "System.String",
"ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
+ "MachineExtensionType": "System.String",
+ "InstanceViewTypeHandlerVersion": "System.String",
+ "InstanceViewType": "System.String",
+ "InstanceViewName": "System.String",
+ "ForceUpdateTag": "System.String",
+ "Publisher": "System.String",
+ "TypeHandlerVersion": "System.String"
}
},
"ParameterSets": [
@@ -32856,7 +25341,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceGroupName",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -32865,7 +25350,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "RunCommandName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -32887,33 +25372,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -32924,160 +25400,89 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "RunCommandProperty",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
- "ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AsyncExecution",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ErrorBlobManagedIdentityClientId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ErrorBlobManagedIdentityObjectId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ErrorBlobUri",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "OutputBlobManagedIdentityClientId",
+ "Name": "ExtensionParameter",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings",
+ "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "ForceUpdateTag": "System.String",
+ "Publisher": "System.String",
+ "Type": "System.String",
+ "TypeHandlerVersion": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "OutputBlobManagedIdentityObjectId",
+ "Name": "AutoUpgradeMinorVersion",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "OutputBlobUri",
+ "Name": "EnableAutomaticUpgrade",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Parameter",
+ "Name": "ForceRerun",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ProtectedParameter",
+ "Name": "ProtectedSetting",
+ "AliasList": [
+ "ProtectedSettings"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "RunAsPassword",
+ "Name": "Publisher",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33086,25 +25491,28 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "RunAsUser",
+ "Name": "Setting",
+ "AliasList": [
+ "Settings"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ScriptUriManagedIdentityClientId",
+ "Name": "Tag",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ScriptUriManagedIdentityObjectId",
+ "Name": "Type",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33113,7 +25521,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SourceCommandId",
+ "Name": "TypeHandlerVersion",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33122,7 +25530,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SourceScript",
+ "Name": "JsonFilePath",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33131,7 +25539,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SourceScriptUri",
+ "Name": "JsonString",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33139,24 +25547,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "TimeoutInSecond",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -33193,7 +25583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33203,7 +25593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33247,7 +25637,7 @@
],
"ParameterSets": [
{
- "Name": "UpdateExpanded",
+ "Name": "UpdateViaJsonString",
"Parameters": [
{
"ParameterMetadata": {
@@ -33266,7 +25656,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33281,7 +25671,7 @@
},
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33311,234 +25701,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsyncExecution",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityClientId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityObjectId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ErrorBlobUri",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityClientId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityObjectId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OutputBlobUri",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Parameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProtectedParameter",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "RunAsPassword",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "RunAsUser",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityClientId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityObjectId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceCommandId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceScript",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SourceScriptUri",
+ "Name": "JsonString",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33546,37 +25709,7 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TimeoutInSecond",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -33636,7 +25769,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33652,7 +25785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33725,7 +25858,7 @@
]
},
{
- "Name": "Update",
+ "Name": "UpdateViaJsonFilePath",
"Parameters": [
{
"ParameterMetadata": {
@@ -33744,7 +25877,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33759,7 +25892,7 @@
},
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33789,45 +25922,17 @@
},
{
"ParameterMetadata": {
- "Name": "RunCommandProperty",
+ "Name": "JsonFilePath",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
- "ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -33885,7 +25990,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33901,7 +26006,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33974,11 +26079,11 @@
]
},
{
- "Name": "UpdateViaIdentityMachineExpanded",
+ "Name": "UpdateExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "MachineName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -33993,110 +26098,7 @@
},
{
"ParameterMetadata": {
- "Name": "MachineInputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsyncExecution",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityClientId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityObjectId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ErrorBlobUri",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityClientId",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34104,14 +26106,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityObjectId",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34119,14 +26121,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "OutputBlobUri",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34141,12 +26143,11 @@
},
{
"ParameterMetadata": {
- "Name": "Parameter",
+ "Name": "AutoUpgradeMinorVersion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34157,12 +26158,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProtectedParameter",
+ "Name": "EnableAutomaticUpgrade",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34173,7 +26173,7 @@
},
{
"ParameterMetadata": {
- "Name": "RunAsPassword",
+ "Name": "ForceRerun",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34188,11 +26188,14 @@
},
{
"ParameterMetadata": {
- "Name": "RunAsUser",
+ "Name": "ProtectedSetting",
+ "AliasList": [
+ "ProtectedSettings"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34203,7 +26206,7 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityClientId",
+ "Name": "Publisher",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34218,11 +26221,14 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityObjectId",
+ "Name": "Setting",
+ "AliasList": [
+ "Settings"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34233,11 +26239,11 @@
},
{
"ParameterMetadata": {
- "Name": "SourceCommandId",
+ "Name": "Tag",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34248,7 +26254,7 @@
},
{
"ParameterMetadata": {
- "Name": "SourceScript",
+ "Name": "Type",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34263,7 +26269,7 @@
},
{
"ParameterMetadata": {
- "Name": "SourceScriptUri",
+ "Name": "TypeHandlerVersion",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34276,36 +26282,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "TimeoutInSecond",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -34361,7 +26337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34377,7 +26353,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34450,11 +26426,11 @@
]
},
{
- "Name": "UpdateViaIdentityMachine",
+ "Name": "Update",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "RunCommandName",
+ "Name": "MachineName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34469,81 +26445,65 @@
},
{
"ParameterMetadata": {
- "Name": "MachineInputObject",
+ "Name": "Name",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
- "ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
- "ResourceGroupName": "System.String",
- "Publisher": "System.String",
- "PrivateLinkScopeId": "System.String",
- "PrivateEndpointConnectionName": "System.String",
- "PerimeterName": "System.String",
- "OSType": "System.String",
- "Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
- "Location": "System.String",
- "LicenseProfileName": "System.String",
- "LicenseName": "System.String",
- "Id": "System.String",
- "GroupName": "System.String",
- "GatewayName": "System.String",
- "ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
- "Version": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "RunCommandProperty",
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ExtensionParameter",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
- "ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings",
+ "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "ForceUpdateTag": "System.String",
+ "Publisher": "System.String",
+ "Type": "System.String",
+ "TypeHandlerVersion": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -34608,7 +26568,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34624,7 +26584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34697,41 +26657,47 @@
]
},
{
- "Name": "UpdateViaIdentityExpanded",
+ "Name": "UpdateViaIdentityMachineExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MachineInputObject",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -34744,7 +26710,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsyncExecution",
+ "Name": "AutoUpgradeMinorVersion",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -34759,11 +26725,11 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityClientId",
+ "Name": "EnableAutomaticUpgrade",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34774,7 +26740,7 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobManagedIdentityObjectId",
+ "Name": "ForceRerun",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34789,11 +26755,14 @@
},
{
"ParameterMetadata": {
- "Name": "ErrorBlobUri",
+ "Name": "ProtectedSetting",
+ "AliasList": [
+ "ProtectedSettings"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -34804,7 +26773,7 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityClientId",
+ "Name": "Publisher",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34819,7 +26788,40 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobManagedIdentityObjectId",
+ "Name": "Setting",
+ "AliasList": [
+ "Settings"
+ ],
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Type",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34834,7 +26836,7 @@
},
{
"ParameterMetadata": {
- "Name": "OutputBlobUri",
+ "Name": "TypeHandlerVersion",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34849,12 +26851,15 @@
},
{
"ParameterMetadata": {
- "Name": "Parameter",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34865,12 +26870,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProtectedParameter",
+ "Name": "AsJob",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34881,11 +26885,11 @@
},
{
"ParameterMetadata": {
- "Name": "RunAsPassword",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34896,11 +26900,12 @@
},
{
"ParameterMetadata": {
- "Name": "RunAsUser",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -34911,11 +26916,12 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityClientId",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -34926,11 +26932,11 @@
},
{
"ParameterMetadata": {
- "Name": "ScriptUriManagedIdentityObjectId",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34941,11 +26947,11 @@
},
{
"ParameterMetadata": {
- "Name": "SourceCommandId",
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -34956,11 +26962,11 @@
},
{
"ParameterMetadata": {
- "Name": "SourceScript",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.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.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34971,7 +26977,27 @@
},
{
"ParameterMetadata": {
- "Name": "SourceScriptUri",
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "UpdateViaIdentityMachine",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -34979,39 +27005,68 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "MachineInputObject",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
+ "SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "TimeoutInSecond",
+ "Name": "ExtensionParameter",
"Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings",
+ "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "ForceUpdateTag": "System.String",
+ "Publisher": "System.String",
+ "Type": "System.String",
+ "TypeHandlerVersion": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
@@ -35069,7 +27124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35085,7 +27140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35158,7 +27213,7 @@
]
},
{
- "Name": "UpdateViaIdentity",
+ "Name": "UpdateViaIdentityExpanded",
"Parameters": [
{
"ParameterMetadata": {
@@ -35166,33 +27221,345 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
+ "MachineName": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoUpgradeMinorVersion",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAutomaticUpgrade",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ForceRerun",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProtectedSetting",
+ "AliasList": [
+ "ProtectedSettings"
+ ],
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Publisher",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Setting",
+ "AliasList": [
+ "Settings"
+ ],
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Type",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "TypeHandlerVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "UpdateViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
"ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
+ "ScopeName": "System.String",
+ "ResourceGroupName": "System.String",
+ "Publisher": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PerimeterName": "System.String",
"SubscriptionId": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "LicenseProfileName": "System.String",
+ "LicenseName": "System.String",
+ "Id": "System.String",
+ "GroupName": "System.String",
+ "ExtensionType": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -35205,38 +27572,20 @@
},
{
"ParameterMetadata": {
- "Name": "RunCommandProperty",
+ "Name": "ExtensionParameter",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineRunCommand, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "InstanceViewStatuses": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "ProtectedParameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "Parameter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AsyncExecution": "System.Nullable`1[System.Boolean]",
- "InstanceViewEndTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewStartTime": "System.Nullable`1[System.DateTime]",
- "InstanceViewExitCode": "System.Nullable`1[System.Int32]",
- "TimeoutInSecond": "System.Nullable`1[System.Int32]",
- "InstanceViewExecutionMessage": "System.String",
- "SourceScript": "System.String",
- "SourceCommandId": "System.String",
- "ScriptUriManagedIdentityObjectId": "System.String",
- "ScriptUriManagedIdentityClientId": "System.String",
- "RunAsUser": "System.String",
- "RunAsPassword": "System.String",
- "ProvisioningState": "System.String",
- "ErrorBlobManagedIdentityClientId": "System.String",
- "ErrorBlobManagedIdentityObjectId": "System.String",
- "OutputBlobUri": "System.String",
- "OutputBlobManagedIdentityObjectId": "System.String",
- "SourceScriptUri": "System.String",
- "ErrorBlobUri": "System.String",
- "InstanceViewError": "System.String",
- "InstanceViewOutput": "System.String",
- "InstanceViewExecutionState": "System.String",
- "OutputBlobManagedIdentityClientId": "System.String"
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings",
+ "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "ForceUpdateTag": "System.String",
+ "Publisher": "System.String",
+ "Type": "System.String",
+ "TypeHandlerVersion": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -35301,7 +27650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35317,7 +27666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35447,7 +27796,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35463,7 +27812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35551,7 +27900,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
@@ -35603,33 +27952,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -35640,7 +27980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResourceTags"
}
@@ -35701,7 +28041,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35711,7 +28051,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35848,7 +28188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35864,7 +28204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36024,7 +28364,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36040,7 +28380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36200,7 +28540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36216,7 +28556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36327,7 +28667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResourceTags"
}
@@ -36379,7 +28719,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36395,7 +28735,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36461,33 +28801,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -36553,7 +28884,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36569,7 +28900,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36635,33 +28966,24 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "BaseProvider": "System.String",
- "SettingsResourceName": "System.String",
+ "ExtensionName": "System.String",
"ScopeName": "System.String",
- "RunCommandName": "System.String",
- "ResourceUri": "System.String",
"ResourceGroupName": "System.String",
"Publisher": "System.String",
"PrivateLinkScopeId": "System.String",
"PrivateEndpointConnectionName": "System.String",
"PerimeterName": "System.String",
- "OSType": "System.String",
+ "SubscriptionId": "System.String",
"Name": "System.String",
- "MetadataName": "System.String",
- "MachineName": "System.String",
"Location": "System.String",
"LicenseProfileName": "System.String",
"LicenseName": "System.String",
"Id": "System.String",
"GroupName": "System.String",
- "GatewayName": "System.String",
"ExtensionType": "System.String",
- "ExtensionName": "System.String",
- "BaseResourceType": "System.String",
- "BaseResourceName": "System.String",
- "SubscriptionId": "System.String",
+ "MachineName": "System.String",
"Version": "System.String"
}
},
@@ -36678,7 +29000,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResource, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResourceTags"
}
@@ -36730,7 +29052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36746,7 +29068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36846,7 +29168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36862,7 +29184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36973,7 +29295,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -37156,7 +29478,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails"
]
@@ -37164,7 +29486,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvoiceId": "System.String",
"ProgramYear": "System.String"
@@ -37181,12 +29503,12 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IDetectedProperties": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IDetectedProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IDetectedProperties, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IDetectedProperties, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileMachineInstanceView": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileMachineInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileMachineInstanceView, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseProfileMachineInstanceView, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EsuProfileAssignedLicense": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
"AdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
@@ -37215,7 +29537,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicense, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DetailVolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
"DetailAssignedLicense": "System.Nullable`1[System.Int32]",
@@ -37233,7 +29555,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo"
]
@@ -37241,7 +29563,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Info": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
"Type": "System.String"
@@ -37250,12 +29572,12 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail"
]
@@ -37263,7 +29585,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
"Detail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
@@ -37275,7 +29597,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IEsuKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IEsuKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IEsuKey, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IEsuKey, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IEsuKey"
]
@@ -37283,7 +29605,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IEsuKey": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IEsuKey",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IEsuKey, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IEsuKey, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LicenseStatus": "System.Nullable`1[System.Int32]",
"Sku": "System.String"
@@ -37292,7 +29614,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature"
]
@@ -37300,7 +29622,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProductFeature, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
"Detail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetail]",
@@ -37339,7 +29661,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IOSProfile, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
"WindowsConfigurationPatchSettingsStatusErrorAdditionalInfo": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorAdditionalInfo]",
@@ -37365,7 +29687,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension"
]
@@ -37373,7 +29695,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Type": "System.String"
@@ -37382,7 +29704,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension"
]
@@ -37390,7 +29712,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtension, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
"Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
@@ -37414,17 +29736,17 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesProtectedSettings, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionPropertiesSettings, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView"
]
@@ -37432,7 +29754,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionInstanceView, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusTime": "System.Nullable`1[System.DateTime]",
"Name": "System.String",
@@ -37447,7 +29769,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface"
]
@@ -37455,7 +29777,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.INetworkInterface, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IPAddress": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress]"
}
@@ -37463,7 +29785,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress"
]
@@ -37471,7 +29793,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IIPAddress, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Address": "System.String",
"SubnetAddressPrefix": "System.String",
@@ -37486,47 +29808,10 @@
"System.String"
]
},
- "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus"
- ]
- },
- "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Time": "System.Nullable`1[System.DateTime]",
- "Code": "System.String",
- "DisplayStatus": "System.String",
- "Level": "System.String",
- "Message": "System.String"
- }
- },
- "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter"
- ]
- },
- "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Name": "System.String",
- "Value": "System.String"
- }
- },
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule"
]
@@ -37534,7 +29819,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefix": "System.Collections.Generic.List`1[System.String]",
"Direction": "System.String",
@@ -37544,7 +29829,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue"
]
@@ -37552,7 +29837,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SuggestedAccessRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAccessRule]",
"SuggestedResourceId": "System.Collections.Generic.List`1[System.String]",
@@ -37565,7 +29850,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel"
]
@@ -37573,7 +29858,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateEndpointConnectionDataModel, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GroupId": "System.Collections.Generic.List`1[System.String]",
"Id": "System.String",
@@ -37589,7 +29874,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseDetails": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseDetails, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ILicenseDetails, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VolumeLicenseDetail": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IVolumeLicenseDetails]",
"AssignedLicense": "System.Nullable`1[System.Int32]",
@@ -37604,7 +29889,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Json",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Json.JsonNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Json.JsonNode, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Json.JsonNode, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Json.JsonNode"
},
@@ -37636,22 +29921,22 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionTarget, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesProtectedSettings, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IMachineExtensionUpdatePropertiesSettings, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResourceTags": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResourceTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResourceTags, Az.ConnectedMachine.private, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ITagsResourceTags, Az.ConnectedMachine.private, Version=0.10.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
}
}
}
\ No newline at end of file
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json b/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json
index 72b4639a6ded..d9fbbc027ade 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.DataFactory",
- "ModuleVersion": "1.18.8",
+ "ModuleVersion": "1.18.9",
"Cmdlets": [
{
"VerbName": "Add",
@@ -78,7 +78,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -286,7 +286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -507,7 +507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TriggerName": "System.String",
"Status": "System.String"
@@ -574,7 +574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -724,7 +724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -863,7 +863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1081,7 +1081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutputDatasets": "System.Collections.Generic.IList`1[System.String]",
"InputDatasets": "System.Collections.Generic.IList`1[System.String]",
@@ -1161,7 +1161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1346,7 +1346,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2085,7 +2085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability",
"Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy",
@@ -2147,7 +2147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2218,7 +2218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2417,7 +2417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -2485,7 +2485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2556,7 +2556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2755,7 +2755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -2814,7 +2814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2888,7 +2888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3087,7 +3087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSHub",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties",
"HubName": "System.String",
@@ -3154,7 +3154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3262,7 +3262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3415,7 +3415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties",
"LinkedServiceName": "System.String",
@@ -3473,7 +3473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3544,7 +3544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3743,7 +3743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties",
"PipelineName": "System.String",
@@ -3810,7 +3810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3918,7 +3918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4071,7 +4071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"DataSliceEnd": "System.DateTime",
@@ -4141,7 +4141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4221,7 +4221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4465,7 +4465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Start": "System.DateTime",
"End": "System.DateTime",
@@ -4537,7 +4537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4693,7 +4693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4906,7 +4906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5123,7 +5123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"ActivityRunStart": "System.Nullable`1[System.DateTime]",
@@ -5245,7 +5245,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5386,7 +5386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5619,7 +5619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -5709,7 +5709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5872,7 +5872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6015,7 +6015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CoreCount": "System.Nullable`1[System.Int32]",
"TimeToLiveInMinutes": "System.Nullable`1[System.Int32]",
@@ -6085,7 +6085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6197,7 +6197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6355,7 +6355,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -6444,7 +6444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6607,7 +6607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6750,7 +6750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -6811,7 +6811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]",
"DataFlowEnableCleanUp": "System.Nullable`1[System.Boolean]",
@@ -6902,7 +6902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SelfContainedInteractiveAuthoringEnabled": "System.Nullable`1[System.Boolean]",
"Name": "System.String",
@@ -6964,7 +6964,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SelfContainedInteractiveAuthoringEnabled": "System.Nullable`1[System.Boolean]",
"AuthorizationType": "System.String",
@@ -7081,7 +7081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7328,7 +7328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7404,7 +7404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthKey1": "System.String",
"AuthKey2": "System.String"
@@ -7502,7 +7502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7673,7 +7673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7765,7 +7765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]",
"IntegrationRuntimeName": "System.String",
@@ -7872,7 +7872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8043,7 +8043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8135,7 +8135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]",
"ResourceGroupName": "System.String",
@@ -8205,7 +8205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"IsActiveDispatcher": "System.Nullable`1[System.Boolean]",
@@ -8354,7 +8354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8643,7 +8643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8734,7 +8734,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint"
]
@@ -8792,7 +8792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8963,7 +8963,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -9055,7 +9055,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -9143,7 +9143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9306,7 +9306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9449,7 +9449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -9538,7 +9538,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9701,7 +9701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9844,7 +9844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -9919,7 +9919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10021,7 +10021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10095,7 +10095,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10419,7 +10419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -10508,7 +10508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10671,7 +10671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10814,7 +10814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10916,7 +10916,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11030,7 +11030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11236,7 +11236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TriggerName": "System.String",
"Status": "System.String"
@@ -11303,7 +11303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -11453,7 +11453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -11592,7 +11592,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"Status": "System.String"
@@ -11725,7 +11725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -12059,7 +12059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -12398,7 +12398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -12569,7 +12569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -12674,7 +12674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -12799,7 +12799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -12929,7 +12929,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -13399,7 +13399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -13467,7 +13467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13516,7 +13516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -13582,7 +13582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13792,7 +13792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -13919,7 +13919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14254,7 +14254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability",
"Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy",
@@ -14316,7 +14316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14405,7 +14405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14707,7 +14707,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14858,7 +14858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15286,7 +15286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -15354,7 +15354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15434,7 +15434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15678,7 +15678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -15737,7 +15737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15824,7 +15824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16080,7 +16080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSHub",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties",
"HubName": "System.String",
@@ -16165,7 +16165,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16303,7 +16303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16516,7 +16516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties",
"LinkedServiceName": "System.String",
@@ -16574,7 +16574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16663,7 +16663,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16952,7 +16952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties",
"PipelineName": "System.String",
@@ -17019,7 +17019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17175,7 +17175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17388,7 +17388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthKey1": "System.String",
"AuthKey2": "System.String"
@@ -17508,7 +17508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -17812,7 +17812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -17950,7 +17950,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -18158,7 +18158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -18310,7 +18310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18451,7 +18451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18596,7 +18596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18734,7 +18734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18936,7 +18936,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19016,7 +19016,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19294,7 +19294,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19420,7 +19420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19631,7 +19631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19769,7 +19769,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19992,7 +19992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20118,7 +20118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20341,7 +20341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -20486,7 +20486,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -20709,7 +20709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -20908,7 +20908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -21163,7 +21163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -21337,7 +21337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -21594,7 +21594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -21886,7 +21886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -22047,7 +22047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -22336,7 +22336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -22452,7 +22452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -22625,7 +22625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -22833,7 +22833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -23007,7 +23007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -23216,7 +23216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -23390,7 +23390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -23599,7 +23599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -23797,7 +23797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -24051,7 +24051,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24162,7 +24162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24321,7 +24321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SasUri": "System.String",
"StorageAccountName": "System.String",
@@ -24379,7 +24379,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24468,7 +24468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24757,7 +24757,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -24825,7 +24825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24905,7 +24905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25174,7 +25174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25381,7 +25381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25711,7 +25711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25908,7 +25908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26203,7 +26203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -26372,7 +26372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -26421,7 +26421,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -26714,7 +26714,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -27057,7 +27057,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -27385,7 +27385,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -27637,7 +27637,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -27979,7 +27979,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -28336,7 +28336,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -28525,7 +28525,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -28590,7 +28590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -28772,7 +28772,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -28837,7 +28837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -29124,7 +29124,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -29189,7 +29189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -29461,7 +29461,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -29536,7 +29536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -29935,7 +29935,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -30336,7 +30336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -30430,7 +30430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -32306,7 +32306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -32902,7 +32902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -33107,7 +33107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -33507,7 +33507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -33908,7 +33908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -34309,7 +34309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SessionId": "System.String",
"Status": "System.String"
@@ -34394,7 +34394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -34572,7 +34572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -34778,7 +34778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastOperation": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult",
"ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]",
@@ -34931,7 +34931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -35178,7 +35178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -35254,7 +35254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -35334,7 +35334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -35508,7 +35508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -35751,7 +35751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -35938,7 +35938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -36250,7 +36250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -36497,7 +36497,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -36586,7 +36586,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36629,7 +36629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -36695,7 +36695,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36878,7 +36878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -37005,7 +37005,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -37085,7 +37085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -37259,7 +37259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -37456,7 +37456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37505,7 +37505,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -37571,7 +37571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37781,7 +37781,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -37933,7 +37933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38044,7 +38044,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV1, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38264,7 +38264,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -38508,7 +38508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -38584,7 +38584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -38740,7 +38740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -39149,7 +39149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -39509,7 +39509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime]",
@@ -39666,7 +39666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -39979,7 +39979,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -40077,7 +40077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"IsActiveDispatcher": "System.Nullable`1[System.Boolean]",
@@ -40226,7 +40226,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -40515,7 +40515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -40639,7 +40639,7 @@
"Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition",
"KeyName": "System.String",
@@ -40704,7 +40704,7 @@
"Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.CMKIdentityDefinition, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentity": "System.String"
},
@@ -40760,7 +40760,7 @@
"Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"PrincipalId": "System.Nullable`1[System.Guid]",
@@ -40852,7 +40852,7 @@
"Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryRepoConfiguration, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisablePublish": "System.Nullable`1[System.Boolean]",
"AccountName": "System.String",
@@ -40935,7 +40935,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification"
@@ -40944,7 +40944,7 @@
"Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Object",
"Type": "System.String"
@@ -41132,7 +41132,7 @@
"Microsoft.Azure.Management.DataFactory.Models.Trigger": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Trigger, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Trigger, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"Annotations": "System.Collections.Generic.IList`1[System.Object]",
@@ -42370,7 +42370,7 @@
"Microsoft.Azure.Management.DataFactory.Models.DataFlow": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DataFlow, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DataFlow, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Folder": "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder",
"Annotations": "System.Collections.Generic.IList`1[System.Object]",
@@ -42426,7 +42426,7 @@
"Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -42472,7 +42472,7 @@
"Microsoft.Azure.Management.DataFactory.Models.Dataset": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Dataset, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Dataset, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Folder": "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder",
"LinkedServiceName": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference",
@@ -42557,7 +42557,7 @@
"Microsoft.Azure.Management.DataFactory.Models.DatasetFolder": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.DatasetFolder, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -42603,7 +42603,7 @@
"Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"ReferenceName": "System.String",
@@ -42659,7 +42659,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification"
@@ -42668,7 +42668,7 @@
"Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultValue": "System.Object",
"Type": "System.String"
@@ -42723,7 +42723,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase"
]
@@ -42731,7 +42731,7 @@
"Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -42771,7 +42771,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData"
]
@@ -42779,7 +42779,7 @@
"Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"SentBytes": "System.Nullable`1[System.Double]",
@@ -42865,7 +42865,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError"
]
@@ -42873,7 +42873,7 @@
"Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"Parameters": "System.Collections.Generic.IList`1[System.String]",
@@ -42939,7 +42939,7 @@
"Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Category": "System.String",
"EndPoint": "System.String"
@@ -42983,7 +42983,7 @@
"Microsoft.Azure.Management.DataFactory.Models.LinkedService": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedService, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedService, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectVia": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
@@ -43058,7 +43058,7 @@
"Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"ReferenceName": "System.String",
@@ -43114,7 +43114,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.Activity"
]
@@ -43122,7 +43122,7 @@
"Microsoft.Azure.Management.DataFactory.Models.Activity": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.Activity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"DependsOn": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency]",
@@ -43202,7 +43202,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.ActivityDependency"
]
@@ -43210,7 +43210,7 @@
"Microsoft.Azure.Management.DataFactory.Models.ActivityDependency": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.ActivityDependency",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"DependencyConditions": "System.Collections.Generic.IList`1[System.String]",
@@ -43270,7 +43270,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.UserProperty]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.UserProperty]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.UserProperty, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.UserProperty, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.UserProperty"
]
@@ -43278,7 +43278,7 @@
"Microsoft.Azure.Management.DataFactory.Models.UserProperty": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.UserProperty",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.UserProperty, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.UserProperty, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Object",
"Name": "System.String"
@@ -43333,7 +43333,7 @@
"Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -43399,7 +43399,7 @@
"Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"Parameters": "System.Collections.Generic.IList`1[System.String]",
@@ -43475,7 +43475,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode"
]
@@ -43483,7 +43483,7 @@
"Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]",
@@ -43544,7 +43544,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime"
]
@@ -43552,7 +43552,7 @@
"Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"Name": "System.String",
@@ -43618,7 +43618,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode"
]
@@ -43626,7 +43626,7 @@
"Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode": {
"Namespace": "Microsoft.Azure.Management.DataFactory.Models",
"Name": "Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.DataFactory.Management.Sdk, Version=1.18.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json b/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json
index 0e579fdf5e30..2109a919fab5 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.DataProtection",
- "ModuleVersion": "2.4.0",
+ "ModuleVersion": "2.5.0",
"Cmdlets": [
{
"VerbName": "Backup",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"JobId": "System.String"
}
@@ -68,7 +68,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -115,7 +115,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -124,7 +124,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -133,7 +133,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -142,7 +142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -152,7 +152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -162,7 +162,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -180,7 +180,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -189,7 +189,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -298,7 +298,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -313,7 +313,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -328,7 +328,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -343,7 +343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -359,7 +359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -375,7 +375,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -405,7 +405,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -420,7 +420,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -440,7 +440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -505,7 +505,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -520,7 +520,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -535,7 +535,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -550,7 +550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -566,7 +566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -582,7 +582,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -612,7 +612,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -627,7 +627,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -681,7 +681,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -696,7 +696,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -711,7 +711,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -726,7 +726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -742,7 +742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -758,7 +758,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -788,7 +788,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -803,7 +803,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -830,7 +830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -846,7 +846,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -858,7 +858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -867,7 +867,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -885,7 +885,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle"
},
"ValidateNotNullOrEmpty": false
@@ -913,7 +913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -931,7 +931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -951,7 +951,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -966,7 +966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -984,7 +984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1019,7 +1019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle"
},
"ValidateNotNullOrEmpty": false
@@ -1053,7 +1053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1071,7 +1071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1098,7 +1098,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1114,7 +1114,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1126,7 +1126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1135,7 +1135,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1144,7 +1144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria"
},
"ValidateNotNullOrEmpty": false
@@ -1160,7 +1160,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1178,7 +1178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1198,7 +1198,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1213,7 +1213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1231,7 +1231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1251,7 +1251,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria"
},
"ValidateNotNullOrEmpty": false
@@ -1267,7 +1267,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1285,7 +1285,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1312,7 +1312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1328,7 +1328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1340,7 +1340,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1365,7 +1365,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1388,7 +1388,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1403,7 +1403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1442,7 +1442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -1472,7 +1472,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupFindRestorableTimeRangesResponseResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupFindRestorableTimeRangesResponseResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupFindRestorableTimeRangesResponseResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableTimeRange": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange[]",
"ObjectType": "System.String"
@@ -1525,7 +1525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1556,7 +1556,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1565,7 +1565,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1574,7 +1574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1584,7 +1584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1603,7 +1603,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1612,7 +1612,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -1687,7 +1687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1736,7 +1736,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1751,7 +1751,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1766,7 +1766,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1782,7 +1782,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1813,7 +1813,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1828,7 +1828,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1855,7 +1855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance"
}
@@ -1911,7 +1911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -1940,7 +1940,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1949,7 +1949,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1958,7 +1958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1968,7 +1968,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1987,7 +1987,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1996,7 +1996,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -2079,7 +2079,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2094,7 +2094,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2109,7 +2109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2125,7 +2125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2156,7 +2156,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2171,7 +2171,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2241,7 +2241,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2256,7 +2256,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2271,7 +2271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2287,7 +2287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2318,7 +2318,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2333,7 +2333,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2353,7 +2353,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -2388,7 +2388,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2403,7 +2403,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2418,7 +2418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2434,7 +2434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2465,7 +2465,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2480,7 +2480,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2504,7 +2504,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2519,7 +2519,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2534,7 +2534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2550,7 +2550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2581,7 +2581,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2596,7 +2596,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2623,7 +2623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance"
}
@@ -2652,7 +2652,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2661,7 +2661,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2670,7 +2670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2680,7 +2680,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2699,7 +2699,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2708,7 +2708,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -2742,7 +2742,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2757,7 +2757,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2772,7 +2772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2788,7 +2788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2819,7 +2819,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2834,7 +2834,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2861,7 +2861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBaseBackupPolicyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBaseBackupPolicyResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBaseBackupPolicyResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String",
"DatasourceType": "System.String[]"
@@ -2918,7 +2918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -2947,7 +2947,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2956,7 +2956,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2965,7 +2965,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2975,7 +2975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2994,7 +2994,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3003,7 +3003,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -3086,7 +3086,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3101,7 +3101,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3116,7 +3116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3132,7 +3132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3163,7 +3163,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3178,7 +3178,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3248,7 +3248,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3263,7 +3263,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3278,7 +3278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3294,7 +3294,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3325,7 +3325,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3340,7 +3340,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3360,7 +3360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -3395,7 +3395,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3410,7 +3410,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3425,7 +3425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3441,7 +3441,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3472,7 +3472,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3487,7 +3487,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3511,7 +3511,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3526,7 +3526,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3541,7 +3541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3557,7 +3557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3588,7 +3588,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3603,7 +3603,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3630,7 +3630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupVaultResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupVaultResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupVaultResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings",
"StorageSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[]",
@@ -3693,7 +3693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -3722,7 +3722,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3731,7 +3731,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3740,7 +3740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3750,7 +3750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3769,7 +3769,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3778,7 +3778,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -3843,7 +3843,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3858,7 +3858,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3873,7 +3873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3889,7 +3889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3920,7 +3920,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3935,7 +3935,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3990,7 +3990,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4005,7 +4005,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4020,7 +4020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4036,7 +4036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4067,7 +4067,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4082,7 +4082,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4122,7 +4122,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4137,7 +4137,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4152,7 +4152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4168,7 +4168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4199,7 +4199,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4214,7 +4214,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4234,7 +4234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -4269,7 +4269,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4284,7 +4284,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4299,7 +4299,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4315,7 +4315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4346,7 +4346,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4361,7 +4361,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4385,7 +4385,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4400,7 +4400,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4415,7 +4415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4431,7 +4431,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4462,7 +4462,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4477,7 +4477,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4504,7 +4504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupJobResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupJobResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupJobResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedInfoAdditionalDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobExtendedInfoAdditionalDetails",
"ExtendedInfoSubTask": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTask[]",
@@ -4587,7 +4587,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4600,7 +4600,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4621,7 +4621,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -4646,7 +4646,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4655,7 +4655,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4665,7 +4665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4684,7 +4684,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4693,7 +4693,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -4754,7 +4754,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4791,7 +4791,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4806,7 +4806,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4821,7 +4821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4837,7 +4837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4868,7 +4868,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4883,7 +4883,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4949,7 +4949,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4968,7 +4968,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4983,7 +4983,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4998,7 +4998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5014,7 +5014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5045,7 +5045,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5060,7 +5060,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5084,7 +5084,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5099,7 +5099,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5114,7 +5114,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5130,7 +5130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5161,7 +5161,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5176,7 +5176,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5196,7 +5196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -5231,7 +5231,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5246,7 +5246,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5261,7 +5261,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5277,7 +5277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5308,7 +5308,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5323,7 +5323,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5350,7 +5350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryValueForSingleApi",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryValueForSingleApi, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryValueForSingleApi, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServiceSpecificationLogSpecification": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryForLogSpecification[]",
"IsDataAction": "System.Nullable`1[System.Boolean]",
@@ -5377,7 +5377,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5386,7 +5386,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5395,7 +5395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5405,7 +5405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5424,7 +5424,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5433,7 +5433,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -5452,7 +5452,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5467,7 +5467,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5482,7 +5482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5498,7 +5498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5529,7 +5529,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5544,7 +5544,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5571,7 +5571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Detail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError[]",
"AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo[]",
@@ -5625,7 +5625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -5654,7 +5654,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5663,7 +5663,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5672,7 +5672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5682,7 +5682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5701,7 +5701,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5710,7 +5710,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -5775,7 +5775,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5790,7 +5790,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5805,7 +5805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5821,7 +5821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5852,7 +5852,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5867,7 +5867,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5887,7 +5887,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -5922,7 +5922,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5937,7 +5937,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5952,7 +5952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5968,7 +5968,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5999,7 +5999,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6014,7 +6014,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6038,7 +6038,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6053,7 +6053,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6068,7 +6068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6084,7 +6084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6115,7 +6115,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6130,7 +6130,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6157,7 +6157,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -6173,7 +6173,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -6188,7 +6188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6215,7 +6215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRecoveryPointResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRecoveryPointResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRecoveryPointResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String"
}
@@ -6228,7 +6228,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ParameterSets": [
"__AllParameterSets"
@@ -6290,7 +6290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -6319,7 +6319,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6328,7 +6328,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6337,7 +6337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6347,7 +6347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6366,7 +6366,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6375,7 +6375,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6402,7 +6402,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -6508,7 +6508,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6527,7 +6527,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6542,7 +6542,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6557,7 +6557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6573,7 +6573,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6604,7 +6604,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6619,7 +6619,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6722,7 +6722,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6737,7 +6737,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6752,7 +6752,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6768,7 +6768,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6799,7 +6799,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6814,7 +6814,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6834,7 +6834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -6869,7 +6869,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6884,7 +6884,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6899,7 +6899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6915,7 +6915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6946,7 +6946,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6961,7 +6961,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6985,7 +6985,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7000,7 +7000,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7015,7 +7015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7031,7 +7031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7062,7 +7062,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7077,7 +7077,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7104,7 +7104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGuardOperation": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]",
@@ -7152,7 +7152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -7181,7 +7181,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7190,7 +7190,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7199,7 +7199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7209,7 +7209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7228,7 +7228,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7237,7 +7237,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -7302,7 +7302,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7317,7 +7317,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7332,7 +7332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7348,7 +7348,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7379,7 +7379,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7394,7 +7394,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7449,7 +7449,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7464,7 +7464,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7479,7 +7479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7495,7 +7495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7526,7 +7526,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7541,7 +7541,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7561,7 +7561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -7596,7 +7596,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7611,7 +7611,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7626,7 +7626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7642,7 +7642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7673,7 +7673,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7688,7 +7688,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7712,7 +7712,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7727,7 +7727,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7742,7 +7742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7758,7 +7758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7789,7 +7789,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7804,7 +7804,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7831,7 +7831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardProxyBaseResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardProxyBaseResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardProxyBaseResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGuardOperationDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail[]",
"Description": "System.String",
@@ -7878,7 +7878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -7907,7 +7907,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7916,7 +7916,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7925,7 +7925,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7935,7 +7935,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7954,7 +7954,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7963,7 +7963,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -8028,7 +8028,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8043,7 +8043,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8058,7 +8058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8074,7 +8074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8105,7 +8105,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8120,7 +8120,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8190,7 +8190,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8205,7 +8205,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8220,7 +8220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8236,7 +8236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8267,7 +8267,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8282,7 +8282,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8302,7 +8302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -8337,7 +8337,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8352,7 +8352,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8367,7 +8367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8383,7 +8383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8414,7 +8414,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8429,7 +8429,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8453,7 +8453,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8468,7 +8468,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8483,7 +8483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8499,7 +8499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8530,7 +8530,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8545,7 +8545,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8572,7 +8572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletedBackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletedBackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletedBackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAuthCredentials",
"DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasource",
@@ -8638,7 +8638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -8667,7 +8667,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8676,7 +8676,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8685,7 +8685,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8695,7 +8695,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8714,7 +8714,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8723,7 +8723,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -8803,7 +8803,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8818,7 +8818,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8833,7 +8833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8849,7 +8849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8880,7 +8880,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8895,7 +8895,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8965,7 +8965,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8980,7 +8980,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8995,7 +8995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9011,7 +9011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9042,7 +9042,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9057,7 +9057,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9077,7 +9077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -9112,7 +9112,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9127,7 +9127,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9142,7 +9142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9158,7 +9158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9189,7 +9189,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9204,7 +9204,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9228,7 +9228,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9243,7 +9243,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9258,7 +9258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9274,7 +9274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9305,7 +9305,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9320,7 +9320,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9347,7 +9347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance"
}
@@ -9363,7 +9363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9408,7 +9408,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9435,7 +9435,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String"
}
@@ -9453,7 +9453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9528,7 +9528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9573,7 +9573,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String"
}
@@ -9603,7 +9603,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase",
"SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType",
@@ -9625,7 +9625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9634,7 +9634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9652,7 +9652,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9704,24 +9704,9 @@
{
"Name": "RestoreConfiguration",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteria",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteria, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "NamespaceMapping": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IKubernetesClusterRestoreCriteriaNamespaceMappings",
- "RestoreHookReference": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource[]",
- "IncludeClusterScopeResource": "System.Boolean",
- "ConflictPolicy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy]",
- "PersistentVolumeRestoreMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode]",
- "ObjectType": "System.String",
- "ResourceModifierReferenceName": "System.String",
- "ResourceModifierReferenceNamespace": "System.String",
- "ExcludedNamespace": "System.String[]",
- "ExcludedResourceType": "System.String[]",
- "IncludedNamespace": "System.String[]",
- "IncludedResourceType": "System.String[]",
- "LabelSelector": "System.String[]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9739,7 +9724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9748,7 +9733,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9803,7 +9788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppProxyResourceTags",
@@ -9847,7 +9832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9862,7 +9847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9892,7 +9877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9940,24 +9925,9 @@
"ParameterMetadata": {
"Name": "RestoreConfiguration",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteria",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteria, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "NamespaceMapping": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IKubernetesClusterRestoreCriteriaNamespaceMappings",
- "RestoreHookReference": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource[]",
- "IncludeClusterScopeResource": "System.Boolean",
- "ConflictPolicy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy]",
- "PersistentVolumeRestoreMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode]",
- "ObjectType": "System.String",
- "ResourceModifierReferenceName": "System.String",
- "ResourceModifierReferenceNamespace": "System.String",
- "ExcludedNamespace": "System.String[]",
- "ExcludedResourceType": "System.String[]",
- "IncludedNamespace": "System.String[]",
- "IncludedResourceType": "System.String[]",
- "LabelSelector": "System.String[]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9972,7 +9942,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10018,7 +9988,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10033,7 +10003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10063,7 +10033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10156,24 +10126,9 @@
"ParameterMetadata": {
"Name": "RestoreConfiguration",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteria",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteria, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "NamespaceMapping": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IKubernetesClusterRestoreCriteriaNamespaceMappings",
- "RestoreHookReference": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource[]",
- "IncludeClusterScopeResource": "System.Boolean",
- "ConflictPolicy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy]",
- "PersistentVolumeRestoreMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode]",
- "ObjectType": "System.String",
- "ResourceModifierReferenceName": "System.String",
- "ResourceModifierReferenceNamespace": "System.String",
- "ExcludedNamespace": "System.String[]",
- "ExcludedResourceType": "System.String[]",
- "IncludedNamespace": "System.String[]",
- "IncludedResourceType": "System.String[]",
- "LabelSelector": "System.String[]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10203,7 +10158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10218,7 +10173,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10233,7 +10188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10263,7 +10218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10341,24 +10296,9 @@
"ParameterMetadata": {
"Name": "RestoreConfiguration",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteria",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteria, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "NamespaceMapping": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IKubernetesClusterRestoreCriteriaNamespaceMappings",
- "RestoreHookReference": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource[]",
- "IncludeClusterScopeResource": "System.Boolean",
- "ConflictPolicy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy]",
- "PersistentVolumeRestoreMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode]",
- "ObjectType": "System.String",
- "ResourceModifierReferenceName": "System.String",
- "ResourceModifierReferenceNamespace": "System.String",
- "ExcludedNamespace": "System.String[]",
- "ExcludedResourceType": "System.String[]",
- "IncludedNamespace": "System.String[]",
- "IncludedResourceType": "System.String[]",
- "LabelSelector": "System.String[]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10388,7 +10328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10403,7 +10343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppProxyResourceTags",
@@ -10427,7 +10367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10442,7 +10382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10472,7 +10412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10550,24 +10490,9 @@
"ParameterMetadata": {
"Name": "RestoreConfiguration",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteria",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteria, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "NamespaceMapping": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IKubernetesClusterRestoreCriteriaNamespaceMappings",
- "RestoreHookReference": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource[]",
- "IncludeClusterScopeResource": "System.Boolean",
- "ConflictPolicy": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy]",
- "PersistentVolumeRestoreMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode]",
- "ObjectType": "System.String",
- "ResourceModifierReferenceName": "System.String",
- "ResourceModifierReferenceNamespace": "System.String",
- "ExcludedNamespace": "System.String[]",
- "ExcludedResourceType": "System.String[]",
- "IncludedNamespace": "System.String[]",
- "IncludedResourceType": "System.String[]",
- "LabelSelector": "System.String[]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10597,7 +10522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10612,7 +10537,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10643,7 +10568,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance",
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppProxyResourceTags",
@@ -10699,7 +10624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10714,7 +10639,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10744,7 +10669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10824,7 +10749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10884,7 +10809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10899,7 +10824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10929,7 +10854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10971,7 +10896,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ParameterSets": [
"__AllParameterSets"
@@ -10984,7 +10909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11067,7 +10992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource"
},
"ValidateNotNullOrEmpty": false
@@ -11087,7 +11012,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11120,7 +11045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11251,7 +11176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource"
},
"ValidateNotNullOrEmpty": false
@@ -11283,7 +11208,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11359,7 +11284,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance"
}
@@ -11393,7 +11318,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11402,7 +11327,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11411,7 +11336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11421,7 +11346,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11440,7 +11365,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11449,7 +11374,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11458,7 +11383,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11467,7 +11392,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -11512,7 +11437,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance"
}
@@ -11564,7 +11489,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11579,7 +11504,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11594,7 +11519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11610,7 +11535,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11641,7 +11566,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11656,7 +11581,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11671,7 +11596,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11686,7 +11611,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11713,7 +11638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBaseBackupPolicyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBaseBackupPolicyResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBaseBackupPolicyResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String",
"DatasourceType": "System.String[]"
@@ -11757,7 +11682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -11782,7 +11707,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11791,7 +11716,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11800,7 +11725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11810,7 +11735,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11829,7 +11754,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11838,7 +11763,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -11898,7 +11823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupPolicy, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]"
}
@@ -11935,7 +11860,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11950,7 +11875,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11965,7 +11890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11981,7 +11906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12012,7 +11937,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12027,7 +11952,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12054,7 +11979,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ParameterSets": [
"__AllParameterSets"
@@ -12094,7 +12019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting"
},
"ValidateNotNullOrEmpty": false
@@ -12131,7 +12056,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12140,7 +12065,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12149,7 +12074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12158,7 +12083,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12176,7 +12101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12206,7 +12131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12215,7 +12140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12224,7 +12149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12255,7 +12180,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12264,7 +12189,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12273,7 +12198,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12282,7 +12207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12292,7 +12217,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12311,7 +12236,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12320,7 +12245,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12329,7 +12254,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -12389,7 +12314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting"
},
"ValidateNotNullOrEmpty": false
@@ -12450,7 +12375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12465,7 +12390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12480,7 +12405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12495,7 +12420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12525,7 +12450,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12573,7 +12498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12588,7 +12513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12603,7 +12528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12652,7 +12577,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12667,7 +12592,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12682,7 +12607,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12697,7 +12622,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12713,7 +12638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12744,7 +12669,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12759,7 +12684,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12774,7 +12699,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12801,7 +12726,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ParameterSets": [
"__AllParameterSets"
@@ -12814,7 +12739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12823,7 +12748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -12838,7 +12763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12853,7 +12778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12880,7 +12805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DaysOfMonth": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay[]",
"AbsoluteCriterion": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]",
@@ -12901,7 +12826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12910,7 +12835,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek"
},
"ValidateNotNullOrEmpty": false
@@ -12920,7 +12845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth"
},
"ValidateNotNullOrEmpty": false
@@ -12930,7 +12855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear"
},
"ValidateNotNullOrEmpty": false
@@ -12966,7 +12891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12986,7 +12911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek"
},
"ValidateNotNullOrEmpty": false
@@ -13002,7 +12927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth"
},
"ValidateNotNullOrEmpty": false
@@ -13018,7 +12943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear"
},
"ValidateNotNullOrEmpty": false
@@ -13055,7 +12980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear"
},
"ValidateNotNullOrEmpty": false
@@ -13139,7 +13064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13179,7 +13104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13221,7 +13146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGuardOperation": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]",
@@ -13308,7 +13233,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13317,7 +13242,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13326,7 +13251,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13336,7 +13261,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13355,7 +13280,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13364,7 +13289,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -13488,7 +13413,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13503,7 +13428,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13518,7 +13443,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13534,7 +13459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13565,7 +13490,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13580,7 +13505,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13607,7 +13532,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ParameterSets": [
"__AllParameterSets"
@@ -13620,7 +13545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13700,7 +13625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteriaNamespaceMappings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteriaNamespaceMappings, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteriaNamespaceMappings, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "System.String"
}
@@ -13721,10 +13646,41 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource"
},
"ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceModifierReference",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Name": "System.String",
+ "Namespace": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "StagingResourceGroupId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "StagingStorageAccountId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
@@ -13737,7 +13693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13865,7 +13821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteriaNamespaceMappings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteriaNamespaceMappings, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.KubernetesClusterRestoreCriteriaNamespaceMappings, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "System.String"
}
@@ -13898,7 +13854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource"
},
"ValidateNotNullOrEmpty": false
@@ -13907,6 +13863,55 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceModifierReference",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Name": "System.String",
+ "Namespace": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "StagingResourceGroupId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "StagingStorageAccountId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
}
]
}
@@ -13926,7 +13931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TargetDataStoreCopySetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting[]",
"SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes",
@@ -13946,7 +13951,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13955,7 +13960,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13973,7 +13978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13982,7 +13987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -13997,7 +14002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14012,7 +14017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14042,7 +14047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14057,7 +14062,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14136,7 +14141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -14174,7 +14179,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14183,7 +14188,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14192,7 +14197,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14201,7 +14206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14211,7 +14216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14221,7 +14226,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14230,7 +14235,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14248,7 +14253,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14257,7 +14262,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -14354,7 +14359,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14369,7 +14374,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14384,7 +14389,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14399,7 +14404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14415,7 +14420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14431,7 +14436,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14446,7 +14451,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14476,7 +14481,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14491,7 +14496,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14511,7 +14516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -14561,7 +14566,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14576,7 +14581,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14591,7 +14596,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14606,7 +14611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14622,7 +14627,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14638,7 +14643,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14653,7 +14658,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14683,7 +14688,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14698,7 +14703,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14737,7 +14742,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14752,7 +14757,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14767,7 +14772,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14782,7 +14787,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14798,7 +14803,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14814,7 +14819,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14829,7 +14834,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14859,7 +14864,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14874,7 +14879,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14953,7 +14958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -14982,7 +14987,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14991,7 +14996,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15000,7 +15005,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15010,7 +15015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15020,7 +15025,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15038,7 +15043,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15047,7 +15052,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -15129,7 +15134,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15144,7 +15149,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15159,7 +15164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15175,7 +15180,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15191,7 +15196,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15221,7 +15226,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15236,7 +15241,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15256,7 +15261,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -15291,7 +15296,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15306,7 +15311,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15321,7 +15326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15337,7 +15342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15353,7 +15358,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15383,7 +15388,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15398,7 +15403,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15422,7 +15427,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15437,7 +15442,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15452,7 +15457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15468,7 +15473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15484,7 +15489,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15514,7 +15519,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15529,7 +15534,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15596,7 +15601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -15625,7 +15630,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15634,7 +15639,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15643,7 +15648,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15652,7 +15657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15662,7 +15667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15672,7 +15677,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15681,7 +15686,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15699,7 +15704,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15708,7 +15713,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -15772,7 +15777,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15787,7 +15792,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15802,7 +15807,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15817,7 +15822,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15833,7 +15838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15849,7 +15854,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15864,7 +15869,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15894,7 +15899,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15909,7 +15914,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15929,7 +15934,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -15964,7 +15969,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15979,7 +15984,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15994,7 +15999,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16009,7 +16014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16025,7 +16030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16041,7 +16046,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16056,7 +16061,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16086,7 +16091,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16101,7 +16106,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16125,7 +16130,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16140,7 +16145,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16155,7 +16160,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16170,7 +16175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16186,7 +16191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16202,7 +16207,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16217,7 +16222,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16247,7 +16252,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16262,7 +16267,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16329,7 +16334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -16358,7 +16363,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16367,7 +16372,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16376,7 +16381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16386,7 +16391,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16396,7 +16401,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16414,7 +16419,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16423,7 +16428,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -16487,7 +16492,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16502,7 +16507,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16517,7 +16522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16533,7 +16538,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16549,7 +16554,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16579,7 +16584,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16594,7 +16599,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16614,7 +16619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -16649,7 +16654,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16664,7 +16669,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16679,7 +16684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16695,7 +16700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16711,7 +16716,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16741,7 +16746,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16756,7 +16761,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16780,7 +16785,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16795,7 +16800,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16810,7 +16815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16826,7 +16831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16842,7 +16847,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16872,7 +16877,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16887,7 +16892,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16954,7 +16959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -16983,7 +16988,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16992,7 +16997,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17001,7 +17006,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17011,7 +17016,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17021,7 +17026,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17039,7 +17044,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17048,7 +17053,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -17112,7 +17117,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17127,7 +17132,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17142,7 +17147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17158,7 +17163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17174,7 +17179,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17204,7 +17209,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17219,7 +17224,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17239,7 +17244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -17274,7 +17279,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17289,7 +17294,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17304,7 +17309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17320,7 +17325,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17336,7 +17341,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17366,7 +17371,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17381,7 +17386,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17405,7 +17410,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17420,7 +17425,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17435,7 +17440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17451,7 +17456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17467,7 +17472,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17497,7 +17502,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17512,7 +17517,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17588,7 +17593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -17617,7 +17622,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17626,7 +17631,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17635,7 +17640,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17644,7 +17649,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17654,7 +17659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17664,7 +17669,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17673,7 +17678,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17691,7 +17696,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17700,7 +17705,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -17779,7 +17784,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17794,7 +17799,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17809,7 +17814,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17824,7 +17829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17840,7 +17845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17856,7 +17861,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17871,7 +17876,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17901,7 +17906,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17916,7 +17921,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17936,7 +17941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -17971,7 +17976,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17986,7 +17991,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18001,7 +18006,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18016,7 +18021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18032,7 +18037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18048,7 +18053,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18063,7 +18068,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18093,7 +18098,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18108,7 +18113,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18132,7 +18137,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18147,7 +18152,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18162,7 +18167,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18177,7 +18182,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18193,7 +18198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18209,7 +18214,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18224,7 +18229,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18254,7 +18259,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18269,7 +18274,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18296,7 +18301,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ParameterSets": [
"__AllParameterSets"
@@ -18319,7 +18324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18348,7 +18353,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus"
},
"ValidateNotNullOrEmpty": false
@@ -18362,7 +18367,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18371,7 +18376,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18380,7 +18385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18390,7 +18395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18409,7 +18414,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18418,7 +18423,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -18449,7 +18454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18496,7 +18501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus"
},
"ValidateNotNullOrEmpty": false
@@ -18516,7 +18521,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18531,7 +18536,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18546,7 +18551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18562,7 +18567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18593,7 +18598,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18608,7 +18613,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18635,7 +18640,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ParameterSets": [
"__AllParameterSets"
@@ -18691,7 +18696,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18700,7 +18705,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18709,7 +18714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18719,7 +18724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18738,7 +18743,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18747,7 +18752,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -18823,7 +18828,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18838,7 +18843,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18853,7 +18858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18869,7 +18874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18900,7 +18905,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18915,7 +18920,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18942,7 +18947,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ParameterSets": [
"__AllParameterSets"
@@ -18965,7 +18970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19012,7 +19017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation"
},
"ValidateNotNullOrEmpty": false
@@ -19022,7 +19027,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus"
},
"ValidateNotNullOrEmpty": false
@@ -19036,7 +19041,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19045,7 +19050,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19054,7 +19059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19064,7 +19069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19083,7 +19088,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19092,7 +19097,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -19123,7 +19128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19200,7 +19205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation"
},
"ValidateNotNullOrEmpty": false
@@ -19216,7 +19221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus"
},
"ValidateNotNullOrEmpty": false
@@ -19236,7 +19241,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19251,7 +19256,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19266,7 +19271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19282,7 +19287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19313,7 +19318,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19328,7 +19333,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19398,7 +19403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance"
}
@@ -19419,7 +19424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase",
"SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType",
@@ -19446,7 +19451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19532,7 +19537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance"
}
@@ -19618,7 +19623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase",
"SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType",
@@ -19657,7 +19662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19762,7 +19767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardProxyBaseResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardProxyBaseResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardProxyBaseResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGuardOperationDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail[]",
"Description": "System.String",
@@ -19821,7 +19826,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19830,7 +19835,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19839,7 +19844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19849,7 +19854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19868,7 +19873,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19877,7 +19882,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -19956,7 +19961,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19971,7 +19976,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19986,7 +19991,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20002,7 +20007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20033,7 +20038,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20048,7 +20053,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20075,7 +20080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"JobId": "System.String"
}
@@ -20118,7 +20123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase",
"SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType",
@@ -20159,12 +20164,21 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "RestoreToSecondaryRegion",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20177,7 +20191,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20186,7 +20200,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20195,7 +20209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20205,7 +20219,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20224,7 +20238,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20233,7 +20247,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20242,7 +20256,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20251,7 +20265,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20269,7 +20283,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String",
"RecoveryOption": "System.String",
@@ -20283,7 +20297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20301,7 +20315,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20410,13 +20424,28 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "RestoreToSecondaryRegion",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20435,7 +20464,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20450,7 +20479,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20465,7 +20494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20481,7 +20510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20512,7 +20541,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20527,7 +20556,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20542,7 +20571,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20557,7 +20586,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20577,7 +20606,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase",
"SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType",
@@ -20686,13 +20715,28 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "RestoreToSecondaryRegion",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20711,7 +20755,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20726,7 +20770,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20741,7 +20785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20757,7 +20801,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20788,7 +20832,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20803,7 +20847,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20818,7 +20862,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20833,7 +20877,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20868,7 +20912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String",
"RecoveryOption": "System.String",
@@ -20888,7 +20932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20918,7 +20962,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21033,13 +21077,28 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "RestoreToSecondaryRegion",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21058,7 +21117,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21073,7 +21132,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21088,7 +21147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21104,7 +21163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21135,7 +21194,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21150,7 +21209,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21165,7 +21224,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21180,7 +21239,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21270,6 +21329,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -21279,7 +21347,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21288,7 +21356,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21297,7 +21365,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21307,7 +21375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21326,7 +21394,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21335,7 +21403,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21344,7 +21412,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21353,7 +21421,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21362,7 +21430,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21371,7 +21439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -21487,6 +21555,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -21497,7 +21580,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21512,7 +21595,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21527,7 +21610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21543,7 +21626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21574,7 +21657,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21589,7 +21672,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21604,7 +21687,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21619,7 +21702,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21634,7 +21717,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21679,6 +21762,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -21689,7 +21787,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21704,7 +21802,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21719,7 +21817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21735,7 +21833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21766,7 +21864,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21781,7 +21879,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21796,7 +21894,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21811,7 +21909,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21826,7 +21924,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21846,7 +21944,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -21902,6 +22000,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -21912,7 +22025,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21927,7 +22040,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21942,7 +22055,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21958,7 +22071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21989,7 +22102,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22004,7 +22117,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22019,7 +22132,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22034,7 +22147,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22049,7 +22162,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22139,6 +22252,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -22148,7 +22270,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22157,7 +22279,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22166,7 +22288,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22176,7 +22298,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22195,7 +22317,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22204,7 +22326,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22213,7 +22335,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22222,7 +22344,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22231,7 +22353,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22240,7 +22362,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -22356,6 +22478,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -22366,7 +22503,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22381,7 +22518,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22396,7 +22533,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22412,7 +22549,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22443,7 +22580,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22458,7 +22595,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22473,7 +22610,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22488,7 +22625,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22503,7 +22640,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22548,6 +22685,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -22558,7 +22710,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22573,7 +22725,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22588,7 +22740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22604,7 +22756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22635,7 +22787,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22650,7 +22802,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22665,7 +22817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22680,7 +22832,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22695,7 +22847,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22715,7 +22867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -22771,6 +22923,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -22781,7 +22948,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22796,7 +22963,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22811,7 +22978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22827,7 +22994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22858,7 +23025,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22873,7 +23040,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22888,7 +23055,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22903,7 +23070,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22918,7 +23085,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22997,7 +23164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23010,7 +23177,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23019,7 +23186,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23028,7 +23195,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23037,7 +23204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23047,7 +23214,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23057,7 +23224,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23066,7 +23233,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23084,7 +23251,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23093,7 +23260,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -23171,7 +23338,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23190,7 +23357,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23205,7 +23372,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23220,7 +23387,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23235,7 +23402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23251,7 +23418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23267,7 +23434,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23282,7 +23449,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23312,7 +23479,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23327,7 +23494,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23354,7 +23521,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"JobId": "System.String"
}
@@ -23397,7 +23564,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAuthCredentials",
"DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasource",
@@ -23425,7 +23592,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23434,7 +23601,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23443,7 +23610,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23452,7 +23619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23462,7 +23629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23472,7 +23639,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23490,7 +23657,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23499,7 +23666,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -23559,7 +23726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAuthCredentials",
"DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasource",
@@ -23593,7 +23760,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23608,7 +23775,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23623,7 +23790,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23638,7 +23805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23654,7 +23821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23670,7 +23837,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23700,7 +23867,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23715,7 +23882,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23742,7 +23909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"JobId": "System.String"
}
@@ -23785,7 +23952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase",
"SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType",
@@ -23812,7 +23979,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23825,7 +23992,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23834,7 +24001,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23843,7 +24010,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23853,7 +24020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23872,7 +24039,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23881,7 +24048,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23890,7 +24057,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23899,7 +24066,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -23959,7 +24126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase",
"SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType",
@@ -23998,7 +24165,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24017,7 +24184,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24032,7 +24199,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24047,7 +24214,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24063,7 +24230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24094,7 +24261,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24109,7 +24276,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24124,7 +24291,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24139,7 +24306,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24215,7 +24382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -24244,7 +24411,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24253,7 +24420,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24262,7 +24429,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24271,7 +24438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24281,7 +24448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24291,7 +24458,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24300,7 +24467,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24318,7 +24485,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24327,7 +24494,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -24406,7 +24573,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24421,7 +24588,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24436,7 +24603,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24451,7 +24618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24467,7 +24634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24483,7 +24650,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24498,7 +24665,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24528,7 +24695,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24543,7 +24710,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24563,7 +24730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -24598,7 +24765,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24613,7 +24780,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24628,7 +24795,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24643,7 +24810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24659,7 +24826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24675,7 +24842,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24690,7 +24857,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24720,7 +24887,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24735,7 +24902,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24759,7 +24926,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24774,7 +24941,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24789,7 +24956,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24804,7 +24971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24820,7 +24987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24836,7 +25003,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24851,7 +25018,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24881,7 +25048,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24896,7 +25063,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24986,6 +25153,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -24995,7 +25171,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25004,7 +25180,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25013,7 +25189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25023,7 +25199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25042,7 +25218,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25051,7 +25227,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -25151,6 +25327,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -25161,7 +25352,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25176,7 +25367,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25191,7 +25382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25207,7 +25398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25238,7 +25429,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25253,7 +25444,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25280,7 +25471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance"
}
@@ -25346,6 +25537,34 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "ResourceGuardOperationRequest",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Token",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -25355,7 +25574,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25364,7 +25583,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25373,7 +25592,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25383,7 +25602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25402,7 +25621,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25411,7 +25630,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25420,7 +25639,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25429,7 +25648,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -25531,15 +25750,61 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
+ "Name": "ResourceGuardOperationRequest",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Token",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25554,7 +25819,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25569,7 +25834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25585,7 +25850,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25616,7 +25881,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25631,7 +25896,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25646,7 +25911,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25661,7 +25926,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25688,7 +25953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance"
}
@@ -25744,6 +26009,34 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "ResourceGuardOperationRequest",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Token",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -25753,7 +26046,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25762,7 +26055,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25771,7 +26064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25781,7 +26074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25800,7 +26093,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25809,7 +26102,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25818,7 +26111,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25827,7 +26120,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -25911,6 +26204,52 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGuardOperationRequest",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Token",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -25921,7 +26260,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25936,7 +26275,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25951,7 +26290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25967,7 +26306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25998,7 +26337,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26013,7 +26352,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26028,7 +26367,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26043,7 +26382,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26070,7 +26409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupVaultResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupVaultResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupVaultResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings",
"StorageSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[]",
@@ -26105,7 +26444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -26139,7 +26478,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26148,7 +26487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26157,7 +26496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26166,7 +26505,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CmkIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKekIdentity",
"CmkKeyVaultProperty": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKeyVaultProperties",
@@ -26202,7 +26541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26230,7 +26569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26252,7 +26591,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26261,7 +26600,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26270,7 +26609,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26279,7 +26618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26289,7 +26628,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26299,7 +26638,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26317,7 +26656,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26326,7 +26665,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26362,7 +26701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26371,7 +26710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26392,6 +26731,15 @@
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
@@ -26404,7 +26752,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupInstanceName": "System.String",
"BackupPolicyName": "System.String",
@@ -26435,7 +26783,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CmkIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKekIdentity",
"CmkKeyVaultProperty": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKeyVaultProperties",
@@ -26471,7 +26819,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26486,7 +26834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26501,7 +26849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26549,7 +26897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26595,7 +26943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26629,7 +26977,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26644,7 +26992,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26659,7 +27007,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26674,7 +27022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26690,7 +27038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26706,7 +27054,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26736,7 +27084,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26751,7 +27099,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26786,7 +27134,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26801,7 +27149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26816,7 +27164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26864,7 +27212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26910,7 +27258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26944,7 +27292,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26959,7 +27307,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26974,7 +27322,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26989,7 +27337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27005,7 +27353,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27021,7 +27369,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27051,7 +27399,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27066,7 +27414,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27131,7 +27479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27146,7 +27494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27185,6 +27533,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "SecureToken",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Token",
@@ -27206,7 +27569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27221,7 +27584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27236,7 +27599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27284,7 +27647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27330,7 +27693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27364,7 +27727,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27379,7 +27742,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27394,7 +27757,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27409,7 +27772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27425,7 +27788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27441,7 +27804,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27471,7 +27834,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27486,7 +27849,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27513,7 +27876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGuardOperation": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation[]",
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]",
@@ -27601,7 +27964,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27610,7 +27973,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27619,7 +27982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27629,7 +27992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27648,7 +28011,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27657,7 +28020,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -27782,7 +28145,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27797,7 +28160,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27812,7 +28175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27828,7 +28191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27859,7 +28222,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27874,7 +28237,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27934,7 +28297,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -28117,13 +28480,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBasePolicyRule, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"ObjectType": "System.String"
@@ -28132,7 +28495,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISourceLifeCycle, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TargetDataStoreCopySetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting[]",
"SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes",
@@ -28144,13 +28507,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITargetCopySetting, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes",
"DataStoreObjectType": "System.String",
@@ -28160,7 +28523,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -28225,7 +28588,7 @@
"System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Management.Automation.CompletionResult"
]
@@ -28233,12 +28596,12 @@
"System.Management.Automation.CompletionResult": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.CompletionResult",
- "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DaysOfMonth": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay[]",
"AbsoluteCriterion": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]",
@@ -28251,13 +28614,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsLast": "System.Nullable`1[System.Boolean]",
"Date": "System.Nullable`1[System.Int32]"
@@ -28282,13 +28645,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -28353,13 +28716,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -28424,13 +28787,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -28495,13 +28858,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -28577,13 +28940,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndTime": "System.String",
"ObjectType": "System.String",
@@ -28593,7 +28956,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAuthCredentials",
"DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasource",
@@ -28613,7 +28976,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAuthCredentials": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAuthCredentials",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAuthCredentials, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAuthCredentials, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String"
}
@@ -28621,7 +28984,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasource": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String",
"ResourceId": "System.String",
@@ -28636,7 +28999,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasourceSet": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasourceSet",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasourceSet, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDatasourceSet, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DatasourceType": "System.String",
"ObjectType": "System.String",
@@ -28651,7 +29014,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IIdentityDetails": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IIdentityDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IIdentityDetails, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IIdentityDetails, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UseSystemAssignedIdentity": "System.Nullable`1[System.Boolean]",
"UserAssignedIdentityArmUrl": "System.String"
@@ -28660,7 +29023,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPolicyInfo": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPolicyInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPolicyInfo, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPolicyInfo, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyParameter": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPolicyParameters",
"PolicyId": "System.String",
@@ -28670,7 +29033,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPolicyParameters": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPolicyParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPolicyParameters, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IPolicyParameters, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupDatasourceParametersList": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters[]",
"DataStoreParametersList": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDataStoreParameters[]"
@@ -28679,13 +29042,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupDatasourceParameters, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String"
}
@@ -28693,13 +29056,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDataStoreParameters[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDataStoreParameters[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDataStoreParameters[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDataStoreParameters[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDataStoreParameters"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDataStoreParameters": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDataStoreParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDataStoreParameters, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDataStoreParameters, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes",
"ObjectType": "System.String"
@@ -28708,7 +29071,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IProtectionStatusDetails": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IProtectionStatusDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IProtectionStatusDetails, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IProtectionStatusDetails, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status]"
@@ -28717,7 +29080,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InnerError": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerError",
"Detail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError[]",
@@ -28733,7 +29096,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerError": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerError",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerError, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerError, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EmbeddedInnerError": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerError",
"AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerErrorAdditionalInfo",
@@ -28743,18 +29106,18 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerErrorAdditionalInfo": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerErrorAdditionalInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerErrorAdditionalInfo, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IInnerErrorAdditionalInfo, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingErrorProperties": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingErrorProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingErrorProperties, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingErrorProperties, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.String[]": {
"Namespace": "System",
@@ -28765,7 +29128,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status"
]
@@ -28773,7 +29136,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -28838,7 +29201,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState"
]
@@ -28846,7 +29209,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -28911,7 +29274,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType"
]
@@ -28919,7 +29282,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -28984,7 +29347,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IEncryptionSettings, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CmkIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKekIdentity",
"CmkKeyVaultProperty": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKeyVaultProperties",
@@ -28995,7 +29358,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKekIdentity": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKekIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKekIdentity, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKekIdentity, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType]",
"IdentityId": "System.String"
@@ -29004,7 +29367,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType"
]
@@ -29012,7 +29375,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.IdentityType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29077,7 +29440,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKeyVaultProperties": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKeyVaultProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKeyVaultProperties, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKeyVaultProperties, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyUri": "System.String"
}
@@ -29085,7 +29448,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState"
]
@@ -29093,7 +29456,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.EncryptionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29158,7 +29521,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState"
]
@@ -29166,7 +29529,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.InfrastructureEncryptionState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29231,13 +29594,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IStorageSetting, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DatastoreType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes]",
"Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes]"
@@ -29246,7 +29609,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes"
]
@@ -29254,7 +29617,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29319,7 +29682,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes"
]
@@ -29327,7 +29690,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29392,7 +29755,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState"
]
@@ -29400,7 +29763,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29465,7 +29828,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel"
]
@@ -29473,7 +29836,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29538,7 +29901,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState"
]
@@ -29546,7 +29909,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossRegionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29611,7 +29974,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState"
]
@@ -29619,7 +29982,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CrossSubscriptionRestoreState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29684,7 +30047,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState"
]
@@ -29692,7 +30055,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ImmutabilityState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29757,7 +30120,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState"
]
@@ -29765,7 +30128,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29830,7 +30193,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState"
]
@@ -29838,7 +30201,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29903,7 +30266,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel"
]
@@ -29911,7 +30274,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecureScoreLevel, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -29976,7 +30339,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState"
]
@@ -29984,7 +30347,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SoftDeleteState, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -30057,18 +30420,18 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobExtendedInfoAdditionalDetails": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobExtendedInfoAdditionalDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobExtendedInfoAdditionalDetails, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobExtendedInfoAdditionalDetails, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTask[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTask[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTask[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTask[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTask"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTask": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTask",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTask, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTask, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTaskAdditionalDetails",
"TaskId": "System.Int32",
@@ -30080,18 +30443,18 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTaskAdditionalDetails": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTaskAdditionalDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTaskAdditionalDetails, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IJobSubTaskAdditionalDetails, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingWarningDetail[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingWarningDetail[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingWarningDetail[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingWarningDetail[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingWarningDetail"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingWarningDetail": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingWarningDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingWarningDetail, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingWarningDetail, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Warning": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IUserFacingError",
"ResourceName": "System.String"
@@ -30108,13 +30471,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryForLogSpecification[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryForLogSpecification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryForLogSpecification[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryForLogSpecification[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryForLogSpecification"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryForLogSpecification": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryForLogSpecification",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryForLogSpecification, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IClientDiscoveryForLogSpecification, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BlobDuration": "System.String",
"DisplayName": "System.String",
@@ -30124,13 +30487,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Detail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError[]",
"AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo[]",
@@ -30142,13 +30505,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.IErrorAdditionalInfo, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Info": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAny",
"Type": "System.String"
@@ -30157,18 +30520,18 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAny": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAny, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAny, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperation, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestResourceType": "System.String",
"VaultCriticalOperation": "System.String"
@@ -30177,13 +30540,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail[], Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IResourceGuardOperationDetail, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultResourceRequest": "System.String",
"VaultCriticalOperation": "System.String"
@@ -30192,7 +30555,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletionInfo": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletionInfo, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletionInfo, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BillingEndDate": "System.String",
"DeleteActivityId": "System.String",
@@ -30203,7 +30566,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestoreTargetInfoBase, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectType": "System.String",
"RecoveryOption": "System.String",
@@ -30213,7 +30576,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -30275,181 +30638,15 @@
}
]
},
- "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IKubernetesClusterRestoreCriteriaNamespaceMappings": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IKubernetesClusterRestoreCriteriaNamespaceMappings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IKubernetesClusterRestoreCriteriaNamespaceMappings, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource[]": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource[], Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource"
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Name": "System.String",
- "Namespace": "System.String"
- }
- },
- "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy"
- ]
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Methods": [
- {
- "Name": "CompleteArgument",
- "Parameters": [
- {
- "Name": "commandName",
- "Type": "System.String"
- },
- {
- "Name": "parameterName",
- "Type": "System.String"
- },
- {
- "Name": "wordToComplete",
- "Type": "System.String"
- },
- {
- "Name": "commandAst",
- "Type": "System.Management.Automation.Language.CommandAst"
- },
- {
- "Name": "fakeBoundParameters",
- "Type": "System.Collections.IDictionary"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "e",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ExistingResourcePolicy"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- }
- ]
- },
- "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode"
- ]
- },
- "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Methods": [
- {
- "Name": "CompleteArgument",
- "Parameters": [
- {
- "Name": "commandName",
- "Type": "System.String"
- },
- {
- "Name": "parameterName",
- "Type": "System.String"
- },
- {
- "Name": "wordToComplete",
- "Type": "System.String"
- },
- {
- "Name": "commandAst",
- "Type": "System.Management.Automation.Language.CommandAst"
- },
- {
- "Name": "fakeBoundParameters",
- "Type": "System.Collections.IDictionary"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "e",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.PersistentVolumeRestoreMode"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- }
- ]
- },
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppProxyResourceTags": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppProxyResourceTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppProxyResourceTags, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppProxyResourceTags, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.ISystemData": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.ISystemData",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.ISystemData, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api40.ISystemData, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]",
"LastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]",
@@ -30462,7 +30659,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType"
]
@@ -30470,7 +30667,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -30535,7 +30732,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.NamespacedNameResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Namespace": "System.String"
@@ -30628,10 +30825,19 @@
}
]
},
+ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.INamespacedNameResource, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Name": "System.String",
+ "Namespace": "System.String"
+ }
+ },
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Json.JsonNode"
},
@@ -30663,7 +30869,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -30755,7 +30961,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -30842,7 +31048,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -30929,7 +31135,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -31016,7 +31222,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -31103,7 +31309,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus, Az.DataProtection.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus, Az.DataProtection.private, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DeviceProvisioningServices.json b/tools/Tools.Common/SerializedCmdlets/Az.DeviceProvisioningServices.json
index 0c8092a03cd6..77be5c2f092b 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.DeviceProvisioningServices.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.DeviceProvisioningServices.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.DeviceProvisioningServices",
- "ModuleVersion": "0.10.2",
+ "ModuleVersion": "0.10.3",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"Name": "System.String",
@@ -66,7 +66,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -166,7 +166,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -488,7 +488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -539,7 +539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -637,7 +637,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -990,7 +990,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollment, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollment, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocationPolicy": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
"Attestation": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation",
@@ -1049,7 +1049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -1105,7 +1105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1204,7 +1204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1240,7 +1240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1249,7 +1249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1321,7 +1321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -1362,7 +1362,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1527,7 +1527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1587,7 +1587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1602,7 +1602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1739,7 +1739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1904,7 +1904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1964,7 +1964,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1979,7 +1979,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2131,7 +2131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2296,7 +2296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2356,7 +2356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2371,7 +2371,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2493,7 +2493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2658,7 +2658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2718,7 +2718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2733,7 +2733,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2850,7 +2850,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroup, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroup, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocationPolicy": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
"Attestation": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation",
@@ -2908,7 +2908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -2964,7 +2964,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3036,7 +3036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3072,7 +3072,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3081,7 +3081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3153,7 +3153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -3194,7 +3194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3314,7 +3314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3374,7 +3374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3389,7 +3389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3526,7 +3526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3646,7 +3646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3706,7 +3706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3721,7 +3721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3873,7 +3873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3993,7 +3993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -4053,7 +4053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -4068,7 +4068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -4190,7 +4190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -4310,7 +4310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -4370,7 +4370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -4385,7 +4385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -4502,7 +4502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplyAllocationPolicy": "System.Nullable`1[System.Boolean]",
"AllocationWeight": "System.Nullable`1[System.Int32]",
@@ -4550,7 +4550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitions, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitions, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplyAllocationPolicy": "System.Nullable`1[System.Boolean]",
"AllocationWeight": "System.Nullable`1[System.Int32]",
@@ -4601,7 +4601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -4713,7 +4713,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -5140,7 +5140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -5385,7 +5385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"Name": "System.String",
@@ -5435,7 +5435,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -5517,7 +5517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -5782,7 +5782,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -5833,7 +5833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -5915,7 +5915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -6180,7 +6180,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollment, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollment, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocationPolicy": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
"Attestation": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation",
@@ -6236,7 +6236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollments[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollments[], Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollments[], Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollments"
},
"ParameterSets": [
@@ -6250,7 +6250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -6332,7 +6332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -6597,7 +6597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroup, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroup, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocationPolicy": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
"Attestation": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation",
@@ -6652,7 +6652,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroups[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroups[], Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroups[], Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroups"
},
"ParameterSets": [
@@ -6666,7 +6666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -6748,7 +6748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -7013,7 +7013,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplyAllocationPolicy": "System.Nullable`1[System.Boolean]",
"AllocationWeight": "System.Nullable`1[System.Int32]",
@@ -7061,7 +7061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitions",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitions, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitions, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplyAllocationPolicy": "System.Nullable`1[System.Boolean]",
"AllocationWeight": "System.Nullable`1[System.Int32]",
@@ -7112,7 +7112,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -7194,7 +7194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -7459,7 +7459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationState, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationState, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentStatus",
"CreatedDateTimeUtc": "System.DateTime",
@@ -7509,7 +7509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationStates[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationStates[], Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationStates[], Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationStates"
},
"ParameterSets": [
@@ -7523,7 +7523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -7623,7 +7623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -8008,7 +8008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -8387,7 +8387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSVerificationCodeResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSVerificationCodeResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSVerificationCodeResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSVerificationCodeResponseProperties",
"ResourceGroupName": "System.String",
@@ -8438,7 +8438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -8527,7 +8527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -8788,7 +8788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -8870,7 +8870,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -9148,7 +9148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"Name": "System.String",
@@ -9236,7 +9236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"Name": "System.String",
@@ -9541,7 +9541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -9639,7 +9639,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -9960,7 +9960,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -10051,7 +10051,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -10389,7 +10389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -10480,7 +10480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -10818,7 +10818,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplyAllocationPolicy": "System.Nullable`1[System.Boolean]",
"AllocationWeight": "System.Nullable`1[System.Int32]",
@@ -10907,7 +10907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplyAllocationPolicy": "System.Nullable`1[System.Boolean]",
"AllocationWeight": "System.Nullable`1[System.Int32]",
@@ -11213,7 +11213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -11304,7 +11304,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -11629,7 +11629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -11680,7 +11680,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -11778,7 +11778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateResponse, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
"ResourceGroupName": "System.String",
@@ -12071,7 +12071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollment, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollment, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocationPolicy": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
"Attestation": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation",
@@ -12130,7 +12130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -12195,7 +12195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12231,7 +12231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12240,7 +12240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12393,7 +12393,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -12449,7 +12449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12509,7 +12509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12524,7 +12524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12811,7 +12811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12871,7 +12871,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12886,7 +12886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13188,7 +13188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13248,7 +13248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13263,7 +13263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13535,7 +13535,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13595,7 +13595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13610,7 +13610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13862,7 +13862,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroup, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroup, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocationPolicy": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
"Attestation": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation",
@@ -13920,7 +13920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -13976,7 +13976,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14012,7 +14012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14021,7 +14021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14156,7 +14156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -14197,7 +14197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14257,7 +14257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14272,7 +14272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14514,7 +14514,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14574,7 +14574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14589,7 +14589,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14846,7 +14846,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14906,7 +14906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14921,7 +14921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -15148,7 +15148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -15208,7 +15208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -15223,7 +15223,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -15445,7 +15445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -15498,7 +15498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -15603,7 +15603,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -15690,7 +15690,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningServiceDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
"Sku": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
@@ -16122,7 +16122,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"Name": "System.String",
@@ -16172,7 +16172,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"Name": "System.String",
@@ -16269,7 +16269,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"Name": "System.String",
@@ -16573,7 +16573,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplyAllocationPolicy": "System.Nullable`1[System.Boolean]",
"AllocationWeight": "System.Nullable`1[System.Int32]",
@@ -16624,7 +16624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplyAllocationPolicy": "System.Nullable`1[System.Boolean]",
"AllocationWeight": "System.Nullable`1[System.Int32]",
@@ -16725,7 +16725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplyAllocationPolicy": "System.Nullable`1[System.Boolean]",
"AllocationWeight": "System.Nullable`1[System.Int32]",
@@ -17128,7 +17128,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsPropertiesDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IotHubs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription]",
"AuthorizationPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription]",
@@ -17172,7 +17172,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription"
]
@@ -17180,7 +17180,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplyAllocationPolicy": "System.Nullable`1[System.Boolean]",
"AllocationWeight": "System.Nullable`1[System.Int32]",
@@ -17239,7 +17239,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription"
]
@@ -17247,7 +17247,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSSharedAccessSignatureAuthorizationRuleAccessRightsDescription, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceGroupName": "System.String",
"Name": "System.String",
@@ -17289,7 +17289,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsSkuInfo, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int64]",
"Tier": "System.String",
@@ -17474,7 +17474,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCertificateProperties, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsVerified": "System.Nullable`1[System.Boolean]",
"Expiry": "System.Nullable`1[System.DateTime]",
@@ -17529,7 +17529,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -17621,7 +17621,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
"SymmetricKey": "Microsoft.Azure.Devices.Provisioning.Service.SymmetricKeyAttestation",
@@ -17661,7 +17661,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestationMechanismType, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -18076,7 +18076,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCustomAllocationDefinition": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCustomAllocationDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCustomAllocationDefinition, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSCustomAllocationDefinition, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WebhookUrl": "System.String",
"ApiVersion": "System.String"
@@ -18114,7 +18114,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceCapabilities": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceCapabilities",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceCapabilities, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceCapabilities, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IotEdge": "System.Boolean"
},
@@ -18151,7 +18151,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationState": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationState",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationState, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationState, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentStatus",
"CreatedDateTimeUtc": "System.DateTime",
@@ -18196,7 +18196,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentStatus": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -18283,7 +18283,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSProvisioningStatus, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -18370,7 +18370,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionPolicy": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSReprovisionPolicy, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpdateHubAssignment": "System.Boolean",
"MigrateDeviceData": "System.Boolean"
@@ -18628,7 +18628,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollments": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollments",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollments, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIndividualEnrollments, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocationPolicy": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
"Attestation": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation",
@@ -18679,7 +18679,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroups": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroups",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroups, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentGroups, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocationPolicy": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAllocationPolicy",
"Attestation": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSAttestation",
@@ -18729,7 +18729,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationStates": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationStates",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationStates, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSDeviceRegistrationStates, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSEnrollmentStatus",
"CreatedDateTimeUtc": "System.DateTime",
@@ -18774,7 +18774,7 @@
"Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSVerificationCodeResponseProperties": {
"Namespace": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models",
"Name": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSVerificationCodeResponseProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSVerificationCodeResponseProperties, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSVerificationCodeResponseProperties, Microsoft.Azure.PowerShell.Cmdlets.DeviceProvisioningServices, Version=0.10.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsVerified": "System.Nullable`1[System.Boolean]",
"Expiry": "System.Nullable`1[System.DateTime]",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Elastic.json b/tools/Tools.Common/SerializedCmdlets/Az.Elastic.json
index 8f695854b1ef..4e8bc15afb78 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Elastic.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Elastic.json
@@ -1,12 +1,12 @@
{
"ModuleName": "Az.Elastic",
- "ModuleVersion": "0.1.1",
+ "ModuleVersion": "0.2.0",
"Cmdlets": [
{
"VerbName": "Get",
- "NounName": "AzElasticDeploymentInfo",
- "Name": "Get-AzElasticDeploymentInfo",
- "ClassName": "Get-AzElasticDeploymentInfo",
+ "NounName": "AzElasticAllTrafficFilter",
+ "Name": "Get-AzElasticAllTrafficFilter",
+ "ClassName": "Get-AzElasticAllTrafficFilter",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -14,14 +14,17 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IDeploymentInfoResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IDeploymentInfoResponse, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilter, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus]",
- "DiskCapacity": "System.String",
- "MemoryCapacity": "System.String",
- "Version": "System.String"
+ "Rule": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilterRule[]",
+ "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.Type]",
+ "IncludeByDefault": "System.Nullable`1[System.Boolean]",
+ "Description": "System.String",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Region": "System.String"
}
},
"ParameterSets": [
@@ -31,7 +34,7 @@
],
"Parameters": [
{
- "Name": "Name",
+ "Name": "MonitorName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -67,7 +70,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76,7 +79,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85,7 +88,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -95,7 +98,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114,7 +117,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -123,7 +126,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -134,7 +137,7 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "MonitorName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -188,7 +191,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -203,7 +206,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -218,7 +221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -234,7 +237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -265,7 +268,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -280,7 +283,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -295,22 +298,29 @@
},
{
"VerbName": "Get",
- "NounName": "AzElasticDetailVMIngestion",
- "Name": "Get-AzElasticDetailVMIngestion",
- "ClassName": "Get-AzElasticDetailVMIngestion",
+ "NounName": "AzElasticBillingInfo",
+ "Name": "Get-AzElasticBillingInfo",
+ "ClassName": "Get-AzElasticBillingInfo",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Details",
+ "DefaultParameterSetName": "Get",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMIngestionDetailsResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMIngestionDetailsResponse, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IBillingInfoResponse",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IBillingInfoResponse, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CloudId": "System.String",
- "IngestionKey": "System.String"
+ "MarketplaceSaaInfoSubscribed": "System.Nullable`1[System.Boolean]",
+ "MarketplaceSaaInfoBilledAzureSubscriptionId": "System.String",
+ "MarketplaceSaaInfoMarketplaceName": "System.String",
+ "MarketplaceSaaInfoMarketplaceResourceId": "System.String",
+ "MarketplaceSaaInfoMarketplaceStatus": "System.String",
+ "MarketplaceSubscriptionId": "System.String",
+ "PartnerBillingEntityId": "System.String",
+ "PartnerBillingEntityName": "System.String",
+ "PartnerBillingEntityPartnerEntityUri": "System.String"
}
},
"ParameterSets": [
@@ -320,7 +330,7 @@
],
"Parameters": [
{
- "Name": "Name",
+ "Name": "MonitorName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -352,9 +362,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
+ "IntegrationName": "System.String",
"MonitorName": "System.String",
"ResourceGroupName": "System.String",
"RuleSetName": "System.String",
@@ -372,7 +383,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -381,7 +392,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -390,7 +401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -400,7 +411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -419,7 +430,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -428,18 +439,18 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
{
- "Name": "Details",
+ "Name": "Get",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "MonitorName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -493,7 +504,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -508,7 +519,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -523,7 +534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -539,7 +550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -570,7 +581,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -585,7 +596,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -597,7 +608,7 @@
]
},
{
- "Name": "DetailsViaIdentity",
+ "Name": "GetViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
@@ -605,9 +616,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
+ "IntegrationName": "System.String",
"MonitorName": "System.String",
"ResourceGroupName": "System.String",
"RuleSetName": "System.String",
@@ -631,7 +643,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -646,7 +658,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -661,7 +673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -677,7 +689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -708,7 +720,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -723,7 +735,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -747,7 +759,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -762,7 +774,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -777,7 +789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -793,7 +805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -824,7 +836,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -839,7 +851,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -854,58 +866,24 @@
},
{
"VerbName": "Get",
- "NounName": "AzElasticMonitor",
- "Name": "Get-AzElasticMonitor",
- "ClassName": "Get-AzElasticMonitor",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
+ "NounName": "AzElasticConnectedPartnerResource",
+ "Name": "Get-AzElasticConnectedPartnerResource",
+ "ClassName": "Get-AzElasticConnectedPartnerResource",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
"SupportsPaging": false,
"DefaultParameterSetName": "List",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResource, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IConnectedPartnerResourcesListFormat",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IConnectedPartnerResourcesListFormat, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResourceTags",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "LiftrResourceCategory": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories]",
- "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes]",
- "MonitoringStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus]",
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "LiftrResourcePreference": "System.Nullable`1[System.Int32]",
- "UserInfoCompanyName": "System.String",
- "UserInfoEmailAddress": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SkuName": "System.String",
- "Name": "System.String",
+ "AzureResourceId": "System.String",
"Location": "System.String",
- "Type": "System.String",
- "CompanyInfoBusiness": "System.String",
- "IdentityTenantId": "System.String",
- "CompanyInfoCountry": "System.String",
- "CompanyInfoDomain": "System.String",
- "CompanyInfoEmployeesNumber": "System.String",
- "CompanyInfoState": "System.String",
- "ElasticCloudDeploymentAzureSubscriptionId": "System.String",
- "ElasticCloudDeploymentElasticsearchRegion": "System.String",
- "ElasticCloudDeploymentElasticsearchServiceUrl": "System.String",
- "UserInfoFirstName": "System.String",
- "ElasticCloudDeploymentId": "System.String",
- "ElasticCloudDeploymentKibanaSsoUrl": "System.String",
- "ElasticCloudDeploymentName": "System.String",
- "ElasticCloudUserElasticCloudSsoDefaultUrl": "System.String",
- "ElasticCloudUserEmailAddress": "System.String",
- "ElasticCloudUserId": "System.String",
- "Id": "System.String",
- "IdentityPrincipalId": "System.String",
- "ElasticCloudDeploymentKibanaServiceUrl": "System.String",
- "UserInfoLastName": "System.String"
+ "PartnerDeploymentName": "System.String",
+ "PartnerDeploymentUri": "System.String"
}
},
"ParameterSets": [
@@ -915,10 +893,7 @@
],
"Parameters": [
{
- "Name": "Name",
- "AliasList": [
- "MonitorName"
- ],
+ "Name": "MonitorName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -945,22 +920,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "MonitorName": "System.String",
- "ResourceGroupName": "System.String",
- "RuleSetName": "System.String",
- "SubscriptionId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -970,7 +929,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -979,7 +938,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -988,7 +947,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -998,7 +957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1017,7 +976,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1026,21 +985,18 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
{
- "Name": "Get",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "MonitorName"
- ],
+ "Name": "MonitorName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1094,7 +1050,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1109,7 +1065,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1124,7 +1080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1140,7 +1096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1171,7 +1127,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1186,7 +1142,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1196,10 +1152,162 @@
"ValueFromPipelineByPropertyName": false
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzElasticDeploymentInfo",
+ "Name": "Get-AzElasticDeploymentInfo",
+ "ClassName": "Get-AzElasticDeploymentInfo",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IDeploymentInfoResponse",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IDeploymentInfoResponse, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus]",
+ "MarketplaceSaaInfoSubscribed": "System.Nullable`1[System.Boolean]",
+ "DeploymentUrl": "System.String",
+ "DiskCapacity": "System.String",
+ "ElasticsearchEndPoint": "System.String",
+ "MarketplaceSaaInfoBilledAzureSubscriptionId": "System.String",
+ "MarketplaceSaaInfoMarketplaceName": "System.String",
+ "MarketplaceSaaInfoMarketplaceResourceId": "System.String",
+ "MarketplaceSaaInfoMarketplaceStatus": "System.String",
+ "MarketplaceSubscriptionId": "System.String",
+ "MemoryCapacity": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "List1",
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -1241,7 +1349,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1256,7 +1364,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1271,7 +1379,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1287,7 +1395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1318,7 +1426,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1333,7 +1441,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1343,19 +1451,193 @@
"ValueFromPipelineByPropertyName": false
}
]
- },
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzElasticDetailUpgradableVersion",
+ "Name": "Get-AzElasticDetailUpgradableVersion",
+ "ClassName": "Get-AzElasticDetailUpgradableVersion",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Details",
+ "OutputTypes": [
{
- "Name": "List",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IUpgradableVersionsList",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IUpgradableVersionsList, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CurrentVersion": "System.String",
+ "UpgradableVersion": "System.String[]"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Details",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1373,7 +1655,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1388,7 +1670,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1403,7 +1685,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1419,7 +1701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1450,7 +1732,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1465,7 +1747,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1477,7 +1759,7 @@
]
},
{
- "Name": "GetViaIdentity",
+ "Name": "DetailsViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
@@ -1485,9 +1767,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
+ "IntegrationName": "System.String",
"MonitorName": "System.String",
"ResourceGroupName": "System.String",
"RuleSetName": "System.String",
@@ -1511,7 +1794,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1526,7 +1809,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1541,7 +1824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1557,7 +1840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1588,7 +1871,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1603,7 +1886,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1627,7 +1910,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1642,7 +1925,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1657,7 +1940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1673,7 +1956,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1704,7 +1987,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1719,7 +2002,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1734,23 +2017,22 @@
},
{
"VerbName": "Get",
- "NounName": "AzElasticMonitoredResource",
- "Name": "Get-AzElasticMonitoredResource",
- "ClassName": "Get-AzElasticMonitoredResource",
+ "NounName": "AzElasticDetailVMIngestion",
+ "Name": "Get-AzElasticDetailVMIngestion",
+ "ClassName": "Get-AzElasticDetailVMIngestion",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "List",
+ "DefaultParameterSetName": "Details",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IMonitoredResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IMonitoredResource, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IVMIngestionDetailsResponse",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IVMIngestionDetailsResponse, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "SendingLog": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs]",
- "ReasonForLogsStatus": "System.String",
- "Id": "System.String"
+ "CloudId": "System.String",
+ "IngestionKey": "System.String"
}
},
"ParameterSets": [
@@ -1787,6 +2069,23 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -1796,7 +2095,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1805,7 +2104,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1814,7 +2113,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1824,7 +2123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1843,7 +2142,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1852,14 +2151,14 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "Details",
"Parameters": [
{
"ParameterMetadata": {
@@ -1917,7 +2216,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1932,7 +2231,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1947,7 +2246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1963,7 +2262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1994,7 +2293,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2009,7 +2308,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2019,326 +2318,9 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzElasticTagRule",
- "Name": "Get-AzElasticTagRule",
- "ClassName": "Get-AzElasticTagRule",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "Get",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IMonitoringTagRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IMonitoringTagRules, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LogRuleFilteringTag": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag[]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
- "LogRuleSendAadLog": "System.Nullable`1[System.Boolean]",
- "LogRuleSendActivityLog": "System.Nullable`1[System.Boolean]",
- "LogRuleSendSubscriptionLog": "System.Nullable`1[System.Boolean]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "Id": "System.String",
- "Name": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "Type": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "MonitorName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
},
{
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "MonitorName": "System.String",
- "ResourceGroupName": "System.String",
- "RuleSetName": "System.String",
- "SubscriptionId": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "Get",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MonitorName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "GetViaIdentity",
+ "Name": "DetailsViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
@@ -2346,9 +2328,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
+ "IntegrationName": "System.String",
"MonitorName": "System.String",
"ResourceGroupName": "System.String",
"RuleSetName": "System.String",
@@ -2372,7 +2355,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2387,7 +2370,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2402,7 +2385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2418,7 +2401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2449,7 +2432,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2464,7 +2447,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2488,7 +2471,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2503,7 +2486,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2518,7 +2501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2534,7 +2517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2565,7 +2548,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2580,7 +2563,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2595,9 +2578,9 @@
},
{
"VerbName": "Get",
- "NounName": "AzElasticVMHost",
- "Name": "Get-AzElasticVMHost",
- "ClassName": "Get-AzElasticVMHost",
+ "NounName": "AzElasticListAssociatedTrafficFilter",
+ "Name": "Get-AzElasticListAssociatedTrafficFilter",
+ "ClassName": "Get-AzElasticListAssociatedTrafficFilter",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -2605,11 +2588,17 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMResources",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IVMResources, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilter, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "VMResourceId": "System.String"
+ "Rule": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilterRule[]",
+ "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.Type]",
+ "IncludeByDefault": "System.Nullable`1[System.Boolean]",
+ "Description": "System.String",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Region": "System.String"
}
},
"ParameterSets": [
@@ -2619,7 +2608,7 @@
],
"Parameters": [
{
- "Name": "Name",
+ "Name": "MonitorName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2655,7 +2644,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2664,7 +2653,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2673,7 +2662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2683,7 +2672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2702,7 +2691,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2711,7 +2700,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -2722,7 +2711,7 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "MonitorName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2776,7 +2765,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2791,7 +2780,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2806,7 +2795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2822,7 +2811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2853,7 +2842,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2868,7 +2857,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2882,112 +2871,71 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzElasticFilteringTagObject",
- "Name": "New-AzElasticFilteringTagObject",
- "ClassName": "New-AzElasticFilteringTagObject",
+ "VerbName": "Get",
+ "NounName": "AzElasticMonitor",
+ "Name": "Get-AzElasticMonitor",
+ "ClassName": "Get-AzElasticMonitor",
"SupportsShouldProcess": false,
"ConfirmImpact": 0,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "List",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.FilteringTag",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.FilteringTag, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResource",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResource, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Action": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction]",
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResourceTags",
+ "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
+ "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
+ "LiftrResourceCategory": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories]",
+ "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes]",
+ "MonitoringStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
+ "GenerateApiKey": "System.Nullable`1[System.Boolean]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "LiftrResourcePreference": "System.Nullable`1[System.Int32]",
+ "CompanyInfoBusiness": "System.String",
+ "PlanDetailTermId": "System.String",
+ "SaaSAzureSubscriptionStatus": "System.String",
+ "SkuName": "System.String",
+ "SubscriptionState": "System.String",
+ "SourceCampaignName": "System.String",
+ "PlanDetailPublisherId": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "Type": "System.String",
+ "UserInfoCompanyName": "System.String",
+ "UserInfoEmailAddress": "System.String",
+ "UserInfoFirstName": "System.String",
+ "SourceCampaignId": "System.String",
+ "PlanDetailPlanName": "System.String",
"Name": "System.String",
- "Value": "System.String"
- },
- "Methods": [
- {
- "Name": "FromJson",
- "Parameters": [
- {
- "Name": "node",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonNode"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag"
- },
- {
- "Name": "ToJson",
- "Parameters": [
- {
- "Name": "container",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonObject"
- },
- {
- "Name": "serializationMode",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SerializationMode"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonNode"
- },
- {
- "Name": "DeserializeFromDictionary",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.Collections.IDictionary"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag"
- },
- {
- "Name": "DeserializeFromPSObject",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.Management.Automation.PSObject"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag"
- },
- {
- "Name": "FromJsonString",
- "Parameters": [
- {
- "Name": "jsonText",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag"
- },
- {
- "Name": "ToJsonString",
- "ReturnType": "System.String"
- },
- {
- "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": ""
- }
- ]
+ "PlanDetailOfferId": "System.String",
+ "CompanyInfoCountry": "System.String",
+ "CompanyInfoDomain": "System.String",
+ "CompanyInfoEmployeesNumber": "System.String",
+ "CompanyInfoState": "System.String",
+ "ElasticCloudDeploymentAzureSubscriptionId": "System.String",
+ "ElasticCloudDeploymentElasticsearchRegion": "System.String",
+ "ElasticCloudDeploymentElasticsearchServiceUrl": "System.String",
+ "ElasticCloudDeploymentId": "System.String",
+ "ElasticCloudDeploymentKibanaServiceUrl": "System.String",
+ "ElasticCloudDeploymentKibanaSsoUrl": "System.String",
+ "ElasticCloudDeploymentName": "System.String",
+ "ElasticCloudUserElasticCloudSsoDefaultUrl": "System.String",
+ "ElasticCloudUserEmailAddress": "System.String",
+ "ElasticCloudUserId": "System.String",
+ "Id": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "IdentityTenantId": "System.String",
+ "Location": "System.String",
+ "UserInfoLastName": "System.String",
+ "PlanDetailPlanId": "System.String",
+ "Version": "System.String"
+ }
},
"ParameterSets": [
"__AllParameterSets"
@@ -2996,16 +2944,19 @@
],
"Parameters": [
{
- "Name": "Action",
+ "Name": "Name",
+ "AliasList": [
+ "MonitorName"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Name",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3014,26 +2965,14440 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Value",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "Get",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Action",
+ "Name": "Name",
+ "AliasList": [
+ "MonitorName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "List1",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "List",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzElasticMonitoredResource",
+ "Name": "Get-AzElasticMonitoredResource",
+ "ClassName": "Get-AzElasticMonitoredResource",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IMonitoredResource",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IMonitoredResource, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "SendingLog": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs]",
+ "ReasonForLogsStatus": "System.String",
+ "Id": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzElasticOpenAi",
+ "Name": "Get-AzElasticOpenAi",
+ "ClassName": "Get-AzElasticOpenAi",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationRpmodel",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationRpmodel, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LastRefreshAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Key": "System.String",
+ "Name": "System.String",
+ "OpenAiResourceEndpoint": "System.String",
+ "OpenAiResourceId": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "IntegrationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "IntegrationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "List",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzElasticOpenAiStatus",
+ "Name": "Get-AzElasticOpenAiStatus",
+ "ClassName": "Get-AzElasticOpenAiStatus",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationStatusResponseProperties",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationStatusResponseProperties, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Status": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "IntegrationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "IntegrationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzElasticOrganizationApiKey",
+ "Name": "Get-AzElasticOrganizationApiKey",
+ "ClassName": "Get-AzElasticOrganizationApiKey",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "GetExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IUserApiKeyResponseProperties",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IUserApiKeyResponseProperties, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ApiKey": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IUserEmailId",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IUserEmailId, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EmailId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EmailId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "GetExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EmailId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IUserEmailId",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IUserEmailId, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EmailId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EmailId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IUserEmailId",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IUserEmailId, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EmailId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzElasticOrganizationElasticToAzureSubscriptionMapping",
+ "Name": "Get-AzElasticOrganizationElasticToAzureSubscriptionMapping",
+ "ClassName": "Get-AzElasticOrganizationElasticToAzureSubscriptionMapping",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticOrganizationToAzureSubscriptionMappingResponseProperties",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticOrganizationToAzureSubscriptionMappingResponseProperties, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "MarketplaceSaaInfoSubscribed": "System.Nullable`1[System.Boolean]",
+ "BilledAzureSubscriptionId": "System.String",
+ "ElasticOrganizationId": "System.String",
+ "ElasticOrganizationName": "System.String",
+ "MarketplaceSaaInfoBilledAzureSubscriptionId": "System.String",
+ "MarketplaceSaaInfoMarketplaceName": "System.String",
+ "MarketplaceSaaInfoMarketplaceResourceId": "System.String",
+ "MarketplaceSaaInfoMarketplaceStatus": "System.String",
+ "MarketplaceSubscriptionId": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzElasticTagRule",
+ "Name": "Get-AzElasticTagRule",
+ "ClassName": "Get-AzElasticTagRule",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Get",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IMonitoringTagRules",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IMonitoringTagRules, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LogRuleFilteringTag": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag[]",
+ "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
+ "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
+ "LogRuleSendAadLog": "System.Nullable`1[System.Boolean]",
+ "LogRuleSendActivityLog": "System.Nullable`1[System.Boolean]",
+ "LogRuleSendSubscriptionLog": "System.Nullable`1[System.Boolean]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Name": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Get",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "GetViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzElasticVersion",
+ "Name": "Get-AzElasticVersion",
+ "ClassName": "Get-AzElasticVersion",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticVersionListFormat",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticVersionListFormat, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Version": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Region",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Region",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzElasticVMHost",
+ "Name": "Get-AzElasticVMHost",
+ "ClassName": "Get-AzElasticVMHost",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "List",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IVMResources",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IVMResources, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "VMResourceId": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Join",
+ "NounName": "AzElasticAssociateTrafficFilter",
+ "Name": "Join-AzElasticAssociateTrafficFilter",
+ "ClassName": "Join-AzElasticAssociateTrafficFilter",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Associate",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Associate",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "AssociateViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzElasticCreateAndAssociateIPFilter",
+ "Name": "New-AzElasticCreateAndAssociateIPFilter",
+ "ClassName": "New-AzElasticCreateAndAssociateIPFilter",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Create",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IP",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Create",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IP",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IP",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "IP",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzElasticCreateAndAssociatePlFilter",
+ "Name": "New-AzElasticCreateAndAssociatePlFilter",
+ "ClassName": "New-AzElasticCreateAndAssociatePlFilter",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Create",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PrivateEndpointGuid",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PrivateEndpointName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Create",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PrivateEndpointGuid",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PrivateEndpointName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PrivateEndpointGuid",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PrivateEndpointName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PrivateEndpointGuid",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PrivateEndpointName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzElasticExternalUser",
+ "Name": "New-AzElasticExternalUser",
+ "ClassName": "New-AzElasticExternalUser",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "CreateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EmailId": "System.String",
+ "FullName": "System.String",
+ "Password": "System.String",
+ "UserName": "System.String",
+ "Role": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EmailId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "FullName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Password",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Role",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UserName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "CreateExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EmailId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FullName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Password",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Role",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Create",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EmailId": "System.String",
+ "FullName": "System.String",
+ "Password": "System.String",
+ "UserName": "System.String",
+ "Role": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EmailId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "FullName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Password",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Role",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EmailId": "System.String",
+ "FullName": "System.String",
+ "Password": "System.String",
+ "UserName": "System.String",
+ "Role": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzElasticFilteringTagObject",
+ "Name": "New-AzElasticFilteringTagObject",
+ "ClassName": "New-AzElasticFilteringTagObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.FilteringTag",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.FilteringTag, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Action": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction]",
+ "Name": "System.String",
+ "Value": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "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": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Action",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Action",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzElasticMonitor",
+ "Name": "New-AzElasticMonitor",
+ "ClassName": "New-AzElasticMonitor",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "CreateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResource",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResource, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResourceTags",
+ "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
+ "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
+ "LiftrResourceCategory": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories]",
+ "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes]",
+ "MonitoringStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
+ "GenerateApiKey": "System.Nullable`1[System.Boolean]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "LiftrResourcePreference": "System.Nullable`1[System.Int32]",
+ "CompanyInfoBusiness": "System.String",
+ "PlanDetailTermId": "System.String",
+ "SaaSAzureSubscriptionStatus": "System.String",
+ "SkuName": "System.String",
+ "SubscriptionState": "System.String",
+ "SourceCampaignName": "System.String",
+ "PlanDetailPublisherId": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "Type": "System.String",
+ "UserInfoCompanyName": "System.String",
+ "UserInfoEmailAddress": "System.String",
+ "UserInfoFirstName": "System.String",
+ "SourceCampaignId": "System.String",
+ "PlanDetailPlanName": "System.String",
+ "Name": "System.String",
+ "PlanDetailOfferId": "System.String",
+ "CompanyInfoCountry": "System.String",
+ "CompanyInfoDomain": "System.String",
+ "CompanyInfoEmployeesNumber": "System.String",
+ "CompanyInfoState": "System.String",
+ "ElasticCloudDeploymentAzureSubscriptionId": "System.String",
+ "ElasticCloudDeploymentElasticsearchRegion": "System.String",
+ "ElasticCloudDeploymentElasticsearchServiceUrl": "System.String",
+ "ElasticCloudDeploymentId": "System.String",
+ "ElasticCloudDeploymentKibanaServiceUrl": "System.String",
+ "ElasticCloudDeploymentKibanaSsoUrl": "System.String",
+ "ElasticCloudDeploymentName": "System.String",
+ "ElasticCloudUserElasticCloudSsoDefaultUrl": "System.String",
+ "ElasticCloudUserEmailAddress": "System.String",
+ "ElasticCloudUserId": "System.String",
+ "Id": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "IdentityTenantId": "System.String",
+ "Location": "System.String",
+ "UserInfoLastName": "System.String",
+ "PlanDetailPlanId": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "MonitorName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "CompanyInfoBusiness",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "CompanyInfoCountry",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "CompanyInfoDomain",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "CompanyInfoEmployeesNumber",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "CompanyInfoState",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "GenerateApiKey",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MonitoringStatus",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PlanDetailOfferId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PlanDetailPlanId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PlanDetailPlanName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PlanDetailPublisherId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PlanDetailTermId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SaaSAzureSubscriptionStatus",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Sku",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SourceCampaignId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SourceCampaignName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionState",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UserInfoCompanyName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UserInfoEmailAddress",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UserInfoFirstName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UserInfoLastName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Version",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "MonitorName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CompanyInfoBusiness",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CompanyInfoCountry",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CompanyInfoDomain",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CompanyInfoEmployeesNumber",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CompanyInfoState",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "GenerateApiKey",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MonitoringStatus",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PlanDetailOfferId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PlanDetailPlanId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PlanDetailPlanName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PlanDetailPublisherId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PlanDetailTermId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SaaSAzureSubscriptionStatus",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Sku",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SourceCampaignId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SourceCampaignName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionState",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserInfoCompanyName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserInfoEmailAddress",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserInfoFirstName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserInfoLastName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Version",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzElasticOpenAi",
+ "Name": "New-AzElasticOpenAi",
+ "ClassName": "New-AzElasticOpenAi",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "CreateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationRpmodel",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationRpmodel, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LastRefreshAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Key": "System.String",
+ "Name": "System.String",
+ "OpenAiResourceEndpoint": "System.String",
+ "OpenAiResourceId": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "IntegrationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationRpmodel",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationRpmodel, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LastRefreshAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Key": "System.String",
+ "Name": "System.String",
+ "OpenAiResourceEndpoint": "System.String",
+ "OpenAiResourceId": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "OpenAiResourceEndpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "OpenAiResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "CreateExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "IntegrationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "OpenAiResourceEndpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "OpenAiResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Create",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "IntegrationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationRpmodel",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationRpmodel, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LastRefreshAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Key": "System.String",
+ "Name": "System.String",
+ "OpenAiResourceEndpoint": "System.String",
+ "OpenAiResourceId": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "OpenAiResourceEndpoint",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "OpenAiResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationRpmodel",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IOpenAiIntegrationRpmodel, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LastRefreshAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Key": "System.String",
+ "Name": "System.String",
+ "OpenAiResourceEndpoint": "System.String",
+ "OpenAiResourceId": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzElasticTagRule",
+ "Name": "New-AzElasticTagRule",
+ "ClassName": "New-AzElasticTagRule",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "CreateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IMonitoringTagRules",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IMonitoringTagRules, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LogRuleFilteringTag": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag[]",
+ "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
+ "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
+ "LogRuleSendAadLog": "System.Nullable`1[System.Boolean]",
+ "LogRuleSendActivityLog": "System.Nullable`1[System.Boolean]",
+ "LogRuleSendSubscriptionLog": "System.Nullable`1[System.Boolean]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Name": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LogRuleFilteringTag",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LogRuleSendAadLog",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LogRuleSendActivityLog",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LogRuleSendSubscriptionLog",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LogRuleFilteringTag",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LogRuleSendAadLog",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LogRuleSendActivityLog",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LogRuleSendSubscriptionLog",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzElasticDetachAndDeleteTrafficFilter",
+ "Name": "Remove-AzElasticDetachAndDeleteTrafficFilter",
+ "ClassName": "Remove-AzElasticDetachAndDeleteTrafficFilter",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Delete",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "DeleteViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzElasticMonitor",
+ "Name": "Remove-AzElasticMonitor",
+ "ClassName": "Remove-AzElasticMonitor",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Name",
+ "AliasList": [
+ "MonitorName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Delete",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "MonitorName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "DeleteViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzElasticOpenAi",
+ "Name": "Remove-AzElasticOpenAi",
+ "ClassName": "Remove-AzElasticOpenAi",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "IntegrationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Delete",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "IntegrationName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "DeleteViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzElasticTrafficFilter",
+ "Name": "Remove-AzElasticTrafficFilter",
+ "ClassName": "Remove-AzElasticTrafficFilter",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Delete",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Delete",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "DeleteViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Update",
+ "NounName": "AzElasticDetachTrafficFilter",
+ "Name": "Update-AzElasticDetachTrafficFilter",
+ "ClassName": "Update-AzElasticDetachTrafficFilter",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "Update",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "Update",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "UpdateViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "RulesetId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3044,11 +17409,12 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -3059,11 +17425,72 @@
},
{
"ParameterMetadata": {
- "Name": "Value",
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3077,60 +17504,20 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzElasticMonitor",
- "Name": "New-AzElasticMonitor",
- "ClassName": "New-AzElasticMonitor",
+ "VerbName": "Update",
+ "NounName": "AzElasticExternalUser",
+ "Name": "Update-AzElasticExternalUser",
+ "ClassName": "Update-AzElasticExternalUser",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
+ "DefaultParameterSetName": "UpdateExpanded",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResource, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResourceTags",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "LiftrResourceCategory": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories]",
- "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes]",
- "MonitoringStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus]",
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "LiftrResourcePreference": "System.Nullable`1[System.Int32]",
- "UserInfoCompanyName": "System.String",
- "UserInfoEmailAddress": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SkuName": "System.String",
- "Name": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "CompanyInfoBusiness": "System.String",
- "IdentityTenantId": "System.String",
- "CompanyInfoCountry": "System.String",
- "CompanyInfoDomain": "System.String",
- "CompanyInfoEmployeesNumber": "System.String",
- "CompanyInfoState": "System.String",
- "ElasticCloudDeploymentAzureSubscriptionId": "System.String",
- "ElasticCloudDeploymentElasticsearchRegion": "System.String",
- "ElasticCloudDeploymentElasticsearchServiceUrl": "System.String",
- "UserInfoFirstName": "System.String",
- "ElasticCloudDeploymentId": "System.String",
- "ElasticCloudDeploymentKibanaSsoUrl": "System.String",
- "ElasticCloudDeploymentName": "System.String",
- "ElasticCloudUserElasticCloudSsoDefaultUrl": "System.String",
- "ElasticCloudUserEmailAddress": "System.String",
- "ElasticCloudUserId": "System.String",
- "Id": "System.String",
- "IdentityPrincipalId": "System.String",
- "ElasticCloudDeploymentKibanaServiceUrl": "System.String",
- "UserInfoLastName": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -3139,10 +17526,7 @@
],
"Parameters": [
{
- "Name": "Name",
- "AliasList": [
- "MonitorName"
- ],
+ "Name": "MonitorName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3169,79 +17553,40 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CompanyInfoBusiness",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CompanyInfoCountry",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CompanyInfoDomain",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CompanyInfoEmployeesNumber",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "CompanyInfoState",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IdentityType",
+ "Name": "InputObject",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "MonitoringStatus",
+ "Name": "Body",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EmailId": "System.String",
+ "FullName": "System.String",
+ "Password": "System.String",
+ "UserName": "System.String",
+ "Role": "System.String[]"
+ }
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Sku",
+ "Name": "EmailId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3250,16 +17595,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "UserInfoCompanyName",
+ "Name": "FullName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3268,7 +17604,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "UserInfoEmailAddress",
+ "Name": "Password",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3277,16 +17613,17 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "UserInfoFirstName",
+ "Name": "Role",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "UserInfoLastName",
+ "Name": "UserName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3303,16 +17640,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3321,7 +17649,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3330,7 +17658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3340,20 +17668,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Proxy",
"Type": {
@@ -3368,7 +17687,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3377,21 +17696,33 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "UpdateExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "MonitorName"
- ],
+ "Name": "MonitorName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3406,7 +17737,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3414,14 +17745,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "EmailId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3436,7 +17767,7 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "FullName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3444,14 +17775,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "CompanyInfoBusiness",
+ "Name": "Password",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3466,7 +17797,23 @@
},
{
"ParameterMetadata": {
- "Name": "CompanyInfoCountry",
+ "Name": "Role",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3481,7 +17828,123 @@
},
{
"ParameterMetadata": {
- "Name": "CompanyInfoDomain",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Update",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MonitorName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3489,14 +17952,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "CompanyInfoEmployeesNumber",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3504,14 +17967,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "CompanyInfoState",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3526,11 +17989,37 @@
},
{
"ParameterMetadata": {
- "Name": "IdentityType",
+ "Name": "Body",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EmailId": "System.String",
+ "FullName": "System.String",
+ "Password": "System.String",
+ "UserName": "System.String",
+ "Role": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3541,11 +18030,73 @@
},
{
"ParameterMetadata": {
- "Name": "MonitoringStatus",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3556,26 +18107,54 @@
},
{
"ParameterMetadata": {
- "Name": "Sku",
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "UpdateViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "EmailId",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3586,7 +18165,7 @@
},
{
"ParameterMetadata": {
- "Name": "UserInfoCompanyName",
+ "Name": "FullName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3601,7 +18180,7 @@
},
{
"ParameterMetadata": {
- "Name": "UserInfoEmailAddress",
+ "Name": "Password",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3616,11 +18195,12 @@
},
{
"ParameterMetadata": {
- "Name": "UserInfoFirstName",
+ "Name": "Role",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateNotNullOrEmpty": false
},
@@ -3631,7 +18211,7 @@
},
{
"ParameterMetadata": {
- "Name": "UserInfoLastName",
+ "Name": "UserName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3654,22 +18234,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3684,7 +18249,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3699,7 +18264,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3715,7 +18280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3725,21 +18290,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
- {
- "ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "Proxy",
@@ -3761,7 +18311,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3776,7 +18326,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3786,222 +18336,97 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzElasticTagRule",
- "Name": "New-AzElasticTagRule",
- "ClassName": "New-AzElasticTagRule",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "CreateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IMonitoringTagRules",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IMonitoringTagRules, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LogRuleFilteringTag": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag[]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
- "LogRuleSendAadLog": "System.Nullable`1[System.Boolean]",
- "LogRuleSendActivityLog": "System.Nullable`1[System.Boolean]",
- "LogRuleSendSubscriptionLog": "System.Nullable`1[System.Boolean]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "Id": "System.String",
- "Name": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "Type": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "MonitorName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LogRuleFilteringTag",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LogRuleSendAadLog",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LogRuleSendActivityLog",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "LogRuleSendSubscriptionLog",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
},
{
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
+ "Name": "UpdateViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "MonitorName",
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IExternalUserInfo, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EmailId": "System.String",
+ "FullName": "System.String",
+ "Password": "System.String",
+ "UserName": "System.String",
+ "Role": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Break",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -4012,12 +18437,12 @@
},
{
"ParameterMetadata": {
- "Name": "LogRuleFilteringTag",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -4028,11 +18453,11 @@
},
{
"ParameterMetadata": {
- "Name": "LogRuleSendAadLog",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4043,11 +18468,11 @@
},
{
"ParameterMetadata": {
- "Name": "LogRuleSendActivityLog",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4058,11 +18483,11 @@
},
{
"ParameterMetadata": {
- "Name": "LogRuleSendSubscriptionLog",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4070,7 +18495,12 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -4081,7 +18511,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4096,7 +18526,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4111,7 +18541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4127,7 +18557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4158,7 +18588,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4173,7 +18603,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4187,15 +18617,76 @@
]
},
{
- "VerbName": "Remove",
+ "VerbName": "Update",
"NounName": "AzElasticMonitor",
- "Name": "Remove-AzElasticMonitor",
- "ClassName": "Remove-AzElasticMonitor",
+ "Name": "Update-AzElasticMonitor",
+ "ClassName": "Update-AzElasticMonitor",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "Delete",
+ "DefaultParameterSetName": "UpdateExpanded",
"OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResource",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResource, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResourceTags",
+ "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
+ "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
+ "LiftrResourceCategory": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories]",
+ "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes]",
+ "MonitoringStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
+ "GenerateApiKey": "System.Nullable`1[System.Boolean]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "LiftrResourcePreference": "System.Nullable`1[System.Int32]",
+ "CompanyInfoBusiness": "System.String",
+ "PlanDetailTermId": "System.String",
+ "SaaSAzureSubscriptionStatus": "System.String",
+ "SkuName": "System.String",
+ "SubscriptionState": "System.String",
+ "SourceCampaignName": "System.String",
+ "PlanDetailPublisherId": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "SystemDataLastModifiedBy": "System.String",
+ "Type": "System.String",
+ "UserInfoCompanyName": "System.String",
+ "UserInfoEmailAddress": "System.String",
+ "UserInfoFirstName": "System.String",
+ "SourceCampaignId": "System.String",
+ "PlanDetailPlanName": "System.String",
+ "Name": "System.String",
+ "PlanDetailOfferId": "System.String",
+ "CompanyInfoCountry": "System.String",
+ "CompanyInfoDomain": "System.String",
+ "CompanyInfoEmployeesNumber": "System.String",
+ "CompanyInfoState": "System.String",
+ "ElasticCloudDeploymentAzureSubscriptionId": "System.String",
+ "ElasticCloudDeploymentElasticsearchRegion": "System.String",
+ "ElasticCloudDeploymentElasticsearchServiceUrl": "System.String",
+ "ElasticCloudDeploymentId": "System.String",
+ "ElasticCloudDeploymentKibanaServiceUrl": "System.String",
+ "ElasticCloudDeploymentKibanaSsoUrl": "System.String",
+ "ElasticCloudDeploymentName": "System.String",
+ "ElasticCloudUserElasticCloudSsoDefaultUrl": "System.String",
+ "ElasticCloudUserEmailAddress": "System.String",
+ "ElasticCloudUserId": "System.String",
+ "Id": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "IdentityTenantId": "System.String",
+ "Location": "System.String",
+ "UserInfoLastName": "System.String",
+ "PlanDetailPlanId": "System.String",
+ "Version": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ },
{
"Type": {
"Namespace": "System",
@@ -4243,9 +18734,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
+ "IntegrationName": "System.String",
"MonitorName": "System.String",
"ResourceGroupName": "System.String",
"RuleSetName": "System.String",
@@ -4254,6 +18746,36 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Body",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorUpgrade",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorUpgrade, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Version": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Version",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -4263,16 +18785,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4281,7 +18794,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4290,7 +18803,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4300,60 +18813,60 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "NoWait",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "PassThru",
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Proxy",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ProxyCredential",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
],
"ParameterSets": [
{
- "Name": "Delete",
+ "Name": "UpgradeExpanded",
"Parameters": [
{
"ParameterMetadata": {
@@ -4405,15 +18918,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "Version",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4428,7 +18937,41 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4443,7 +18986,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4458,7 +19001,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4474,7 +19017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4486,11 +19029,26 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4501,11 +19059,11 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "ProxyUseDefaultCredentials",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4513,44 +19071,52 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "Upgrade",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "Name",
+ "AliasList": [
+ "MonitorName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4558,25 +19124,16 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "DeleteViaIdentity",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Body",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorUpgrade",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorUpgrade, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Id": "System.String",
- "MonitorName": "System.String",
- "ResourceGroupName": "System.String",
- "RuleSetName": "System.String",
- "SubscriptionId": "System.String"
+ "Version": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -4588,15 +19145,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4607,11 +19160,11 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "NoWait",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4622,11 +19175,15 @@
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
"Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4637,12 +19194,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Break",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4653,11 +19209,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "HttpPipelineAppend",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4669,26 +19225,12 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -4718,7 +19260,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4733,7 +19275,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4745,49 +19287,48 @@
]
},
{
- "Name": "__AllParameterSets",
+ "Name": "UpdateExpanded",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
+ "Name": "Name",
"AliasList": [
- "AzureRMContext",
- "AzureCredential"
+ "MonitorName"
],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Break",
+ "Name": "SubscriptionId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4798,12 +19339,11 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelineAppend",
+ "Name": "Tag",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -4814,12 +19354,15 @@
},
{
"ParameterMetadata": {
- "Name": "HttpPipelinePrepend",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4830,11 +19373,11 @@
},
{
"ParameterMetadata": {
- "Name": "NoWait",
+ "Name": "Break",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4845,11 +19388,12 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "HttpPipelineAppend",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -4860,11 +19404,12 @@
},
{
"ParameterMetadata": {
- "Name": "Proxy",
+ "Name": "HttpPipelinePrepend",
"Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
@@ -4875,11 +19420,11 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyCredential",
+ "Name": "Proxy",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"ValidateNotNullOrEmpty": false
},
@@ -4890,254 +19435,87 @@
},
{
"ParameterMetadata": {
- "Name": "ProxyUseDefaultCredentials",
+ "Name": "ProxyCredential",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Update",
- "NounName": "AzElasticMonitor",
- "Name": "Update-AzElasticMonitor",
- "ClassName": "Update-AzElasticMonitor",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "UpdateExpanded",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResource, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Tag": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResourceTags",
- "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "LiftrResourceCategory": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories]",
- "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes]",
- "MonitoringStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus]",
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
- "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "LiftrResourcePreference": "System.Nullable`1[System.Int32]",
- "UserInfoCompanyName": "System.String",
- "UserInfoEmailAddress": "System.String",
- "SystemDataLastModifiedBy": "System.String",
- "SystemDataCreatedBy": "System.String",
- "SkuName": "System.String",
- "Name": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "CompanyInfoBusiness": "System.String",
- "IdentityTenantId": "System.String",
- "CompanyInfoCountry": "System.String",
- "CompanyInfoDomain": "System.String",
- "CompanyInfoEmployeesNumber": "System.String",
- "CompanyInfoState": "System.String",
- "ElasticCloudDeploymentAzureSubscriptionId": "System.String",
- "ElasticCloudDeploymentElasticsearchRegion": "System.String",
- "ElasticCloudDeploymentElasticsearchServiceUrl": "System.String",
- "UserInfoFirstName": "System.String",
- "ElasticCloudDeploymentId": "System.String",
- "ElasticCloudDeploymentKibanaSsoUrl": "System.String",
- "ElasticCloudDeploymentName": "System.String",
- "ElasticCloudUserElasticCloudSsoDefaultUrl": "System.String",
- "ElasticCloudUserEmailAddress": "System.String",
- "ElasticCloudUserId": "System.String",
- "Id": "System.String",
- "IdentityPrincipalId": "System.String",
- "ElasticCloudDeploymentKibanaServiceUrl": "System.String",
- "UserInfoLastName": "System.String"
- }
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Name",
- "AliasList": [
- "MonitorName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SubscriptionId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Id": "System.String",
- "MonitorName": "System.String",
- "ResourceGroupName": "System.String",
- "RuleSetName": "System.String",
- "SubscriptionId": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
}
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzureRMContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Break",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelineAppend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "HttpPipelinePrepend",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Proxy",
- "Type": {
- "Namespace": "System",
- "Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ProxyCredential",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ ]
},
{
- "Name": "ProxyUseDefaultCredentials",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "UpdateExpanded",
+ "Name": "UpgradeViaIdentity",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "MonitorName"
- ],
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "IntegrationName": "System.String",
+ "MonitorName": "System.String",
+ "ResourceGroupName": "System.String",
+ "RuleSetName": "System.String",
+ "SubscriptionId": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Body",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorUpgrade",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorUpgrade, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Version": "System.String"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5148,11 +19526,11 @@
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "NoWait",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5171,7 +19549,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5186,7 +19564,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5201,7 +19579,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5217,7 +19595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5248,7 +19626,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5263,7 +19641,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5283,9 +19661,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
+ "IntegrationName": "System.String",
"MonitorName": "System.String",
"ResourceGroupName": "System.String",
"RuleSetName": "System.String",
@@ -5324,7 +19703,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5339,7 +19718,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5354,7 +19733,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5370,7 +19749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5401,7 +19780,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5416,7 +19795,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5430,21 +19809,6 @@
{
"Name": "__AllParameterSets",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -5455,7 +19819,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5470,7 +19834,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5485,7 +19849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5501,7 +19865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5532,7 +19896,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5547,7 +19911,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5614,9 +19978,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
+ "IntegrationName": "System.String",
"MonitorName": "System.String",
"ResourceGroupName": "System.String",
"RuleSetName": "System.String",
@@ -5630,7 +19995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5652,7 +20017,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5661,7 +20026,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5670,7 +20035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5680,7 +20045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5690,7 +20055,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5708,7 +20073,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5717,7 +20082,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -5777,7 +20142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5811,7 +20176,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5826,7 +20191,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5841,7 +20206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5857,7 +20222,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5873,7 +20238,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5903,7 +20268,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5918,7 +20283,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5938,9 +20303,10 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IElasticIdentity, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
+ "IntegrationName": "System.String",
"MonitorName": "System.String",
"ResourceGroupName": "System.String",
"RuleSetName": "System.String",
@@ -5960,7 +20326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5994,7 +20360,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6009,7 +20375,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6024,7 +20390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6040,7 +20406,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6056,7 +20422,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6086,7 +20452,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6101,7 +20467,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6121,7 +20487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.OperationName, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6155,7 +20521,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6170,7 +20536,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6185,7 +20551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6201,7 +20567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6217,7 +20583,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6247,7 +20613,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6262,7 +20628,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6319,18 +20685,36 @@
"System.Char": {
"Name": "System.Char"
},
- "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus]": {
+ "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilterRule[]": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilterRule[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilterRule[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilterRule"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilterRule": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilterRule",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticTrafficFilterRule, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AzureEndpointGuid": "System.String",
+ "AzureEndpointName": "System.String",
+ "Description": "System.String",
+ "Id": "System.String",
+ "Source": "System.String"
+ }
+ },
+ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.Type]": {
"Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.Type]",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.Type, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus"
+ "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.Type"
]
},
- "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus": {
+ "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.Type",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.Type, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6363,7 +20747,7 @@
"Parameters": [
{
"Name": "e",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus"
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.Type"
}
],
"ReturnType": "System.Boolean"
@@ -6395,7 +20779,7 @@
"System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Management.Automation.CompletionResult"
]
@@ -6403,17 +20787,25 @@
"System.Management.Automation.CompletionResult": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.CompletionResult",
- "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
"AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "System.Nullable`1[System.Boolean]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.SendAsyncStep, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -6588,15 +20980,94 @@
"Name": "System.Delegate",
"AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResourceTags": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResourceTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResourceTags, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus]",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Methods": [
+ {
+ "Name": "CompleteArgument",
+ "Parameters": [
+ {
+ "Name": "commandName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "parameterName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "wordToComplete",
+ "Type": "System.String"
+ },
+ {
+ "Name": "commandAst",
+ "Type": "System.Management.Automation.Language.CommandAst"
+ },
+ {
+ "Name": "fakeBoundParameters",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "e",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ElasticDeploymentStatus"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ }
+ ]
+ },
+ "System.String[]": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResourceTags": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResourceTags",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IElasticMonitorResourceTags, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType"
]
@@ -6604,7 +21075,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.CreatedByType, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6669,7 +21140,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories"
]
@@ -6677,7 +21148,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.LiftrResourceCategories, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6742,7 +21213,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes"
]
@@ -6750,7 +21221,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ManagedIdentityTypes, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6815,7 +21286,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus"
]
@@ -6823,7 +21294,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.MonitoringStatus, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6888,7 +21359,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState"
]
@@ -6896,7 +21367,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.ProvisioningState, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -6982,7 +21453,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs"
]
@@ -6990,7 +21461,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.SendingLogs, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -7052,16 +21523,16 @@
}
]
},
- "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag[]": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag[], Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag"
+ "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag[]": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag[], Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag"
},
- "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IFilteringTag, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20240301.IFilteringTag, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction]",
"Name": "System.String",
@@ -7071,7 +21542,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction"
]
@@ -7079,7 +21550,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Support.TagAction, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -7141,18 +21612,10 @@
}
]
},
- "System.Nullable`1[System.Boolean]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
"Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonNode, Az.Elastic.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonNode, Az.Elastic.private, Version=0.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.Json.JsonNode"
},
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.EventGrid.json b/tools/Tools.Common/SerializedCmdlets/Az.EventGrid.json
index 134e2d8d78a2..5b9bac50d96c 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.EventGrid.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.EventGrid.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.EventGrid",
- "ModuleVersion": "2.0.0",
+ "ModuleVersion": "2.1.0",
"Cmdlets": [
{
"VerbName": "Disable",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EventTypeInfoInlineEventType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities",
@@ -80,7 +80,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -125,7 +125,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -134,7 +134,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -143,7 +143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -153,7 +153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -163,7 +163,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -181,7 +181,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -190,7 +190,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -257,7 +257,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -272,7 +272,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -287,7 +287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -303,7 +303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -319,7 +319,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -349,7 +349,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -364,7 +364,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -384,7 +384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -435,7 +435,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -450,7 +450,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -465,7 +465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -481,7 +481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -497,7 +497,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -527,7 +527,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -542,7 +542,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -566,7 +566,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -581,7 +581,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -596,7 +596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -612,7 +612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -628,7 +628,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -658,7 +658,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -673,7 +673,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -700,7 +700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpirationTimeIfNotActivatedUtc": "System.Nullable`1[System.DateTime]",
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
@@ -761,7 +761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -806,7 +806,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -815,7 +815,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -824,7 +824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -834,7 +834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -853,7 +853,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -862,7 +862,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -932,7 +932,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -947,7 +947,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -962,7 +962,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -978,7 +978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1009,7 +1009,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1024,7 +1024,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1044,7 +1044,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -1095,7 +1095,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1110,7 +1110,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1125,7 +1125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1141,7 +1141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1172,7 +1172,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1187,7 +1187,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1211,7 +1211,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1226,7 +1226,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1241,7 +1241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1257,7 +1257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1288,7 +1288,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1303,7 +1303,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1330,7 +1330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EventTypeInfoInlineEventType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities",
@@ -1397,7 +1397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -1442,7 +1442,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1451,7 +1451,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1460,7 +1460,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1470,7 +1470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1480,7 +1480,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1498,7 +1498,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1507,7 +1507,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -1577,7 +1577,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1592,7 +1592,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1607,7 +1607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1623,7 +1623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1639,7 +1639,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1669,7 +1669,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1684,7 +1684,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1704,7 +1704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -1755,7 +1755,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1770,7 +1770,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1785,7 +1785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1801,7 +1801,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1817,7 +1817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1847,7 +1847,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1862,7 +1862,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1886,7 +1886,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1901,7 +1901,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1916,7 +1916,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1932,7 +1932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1948,7 +1948,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1978,7 +1978,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1993,7 +1993,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2020,7 +2020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpiryTimeInUtc": "System.Nullable`1[System.DateTime]",
"IssueTimeInUtc": "System.Nullable`1[System.DateTime]",
@@ -2089,7 +2089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -2130,7 +2130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -2193,7 +2193,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2202,7 +2202,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2211,7 +2211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2221,7 +2221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2240,7 +2240,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2249,7 +2249,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -2282,7 +2282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -2333,7 +2333,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2348,7 +2348,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2363,7 +2363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2379,7 +2379,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2410,7 +2410,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2425,7 +2425,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2516,7 +2516,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2531,7 +2531,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2546,7 +2546,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2562,7 +2562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2593,7 +2593,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2608,7 +2608,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2711,7 +2711,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2726,7 +2726,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2741,7 +2741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2757,7 +2757,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2788,7 +2788,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2803,7 +2803,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2823,7 +2823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -2874,7 +2874,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2889,7 +2889,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2904,7 +2904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2920,7 +2920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2951,7 +2951,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2966,7 +2966,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2990,7 +2990,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3005,7 +3005,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3020,7 +3020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3036,7 +3036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3067,7 +3067,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3082,7 +3082,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3109,7 +3109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EventTypeInfoInlineEventType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes",
"PartnerDestinationInfoResourceMoveChangeHistory": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory]",
@@ -3190,7 +3190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -3231,7 +3231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -3294,7 +3294,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3303,7 +3303,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3312,7 +3312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3322,7 +3322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3332,7 +3332,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3350,7 +3350,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3359,7 +3359,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -3392,7 +3392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -3443,7 +3443,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3458,7 +3458,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3473,7 +3473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3489,7 +3489,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3505,7 +3505,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3535,7 +3535,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3550,7 +3550,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3641,7 +3641,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3656,7 +3656,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3671,7 +3671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3687,7 +3687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3703,7 +3703,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3733,7 +3733,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3748,7 +3748,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3851,7 +3851,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3866,7 +3866,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3881,7 +3881,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3897,7 +3897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3913,7 +3913,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3943,7 +3943,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3958,7 +3958,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3978,7 +3978,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -4029,7 +4029,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4044,7 +4044,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4059,7 +4059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4075,7 +4075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4091,7 +4091,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4121,7 +4121,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4136,7 +4136,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4160,7 +4160,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4175,7 +4175,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4190,7 +4190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4206,7 +4206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4222,7 +4222,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4252,7 +4252,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4267,7 +4267,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4294,7 +4294,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointUrl": "System.String"
}
@@ -4350,7 +4350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -4391,7 +4391,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -4436,7 +4436,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4445,7 +4445,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4454,7 +4454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4464,7 +4464,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4474,7 +4474,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4492,7 +4492,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4501,7 +4501,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -4531,7 +4531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -4582,7 +4582,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4597,7 +4597,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4612,7 +4612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4628,7 +4628,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4644,7 +4644,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4674,7 +4674,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4689,7 +4689,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4777,7 +4777,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4792,7 +4792,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4807,7 +4807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4823,7 +4823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4839,7 +4839,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4869,7 +4869,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4884,7 +4884,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4904,7 +4904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -4955,7 +4955,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4970,7 +4970,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4985,7 +4985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5001,7 +5001,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5017,7 +5017,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5047,7 +5047,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5062,7 +5062,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5086,7 +5086,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5101,7 +5101,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5116,7 +5116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5132,7 +5132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5148,7 +5148,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5178,7 +5178,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5193,7 +5193,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5220,7 +5220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attribute": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientPropertiesAttributes",
"CertificateAuthenticationAllowedThumbprint": "System.Collections.Generic.List`1[System.String]",
@@ -5297,7 +5297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -5338,7 +5338,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -5401,7 +5401,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5410,7 +5410,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5419,7 +5419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5429,7 +5429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5448,7 +5448,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5457,7 +5457,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -5490,7 +5490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -5541,7 +5541,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5556,7 +5556,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5571,7 +5571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5587,7 +5587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5618,7 +5618,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5633,7 +5633,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5724,7 +5724,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5739,7 +5739,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5754,7 +5754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5770,7 +5770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5801,7 +5801,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5816,7 +5816,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5919,7 +5919,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5934,7 +5934,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5949,7 +5949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5965,7 +5965,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5996,7 +5996,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6011,7 +6011,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6031,7 +6031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -6082,7 +6082,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6097,7 +6097,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6112,7 +6112,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6128,7 +6128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6159,7 +6159,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6174,7 +6174,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6198,7 +6198,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6213,7 +6213,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6228,7 +6228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6244,7 +6244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6275,7 +6275,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6290,7 +6290,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6317,7 +6317,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -6384,7 +6384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -6425,7 +6425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -6488,7 +6488,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6497,7 +6497,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6506,7 +6506,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6516,7 +6516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6535,7 +6535,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6544,7 +6544,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -6577,7 +6577,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -6628,7 +6628,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6643,7 +6643,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6658,7 +6658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6674,7 +6674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6705,7 +6705,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6720,7 +6720,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6811,7 +6811,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6826,7 +6826,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6841,7 +6841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6857,7 +6857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6888,7 +6888,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6903,7 +6903,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7006,7 +7006,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7021,7 +7021,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7036,7 +7036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7052,7 +7052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7083,7 +7083,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7098,7 +7098,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7118,7 +7118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -7169,7 +7169,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7184,7 +7184,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7199,7 +7199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7215,7 +7215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7246,7 +7246,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7261,7 +7261,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7285,7 +7285,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7300,7 +7300,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7315,7 +7315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7331,7 +7331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7362,7 +7362,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7377,7 +7377,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7404,7 +7404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EventTypeInfoInlineEventType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities",
@@ -7479,7 +7479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -7542,7 +7542,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7551,7 +7551,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7560,7 +7560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7570,7 +7570,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7580,7 +7580,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7598,7 +7598,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7607,7 +7607,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -7678,7 +7678,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7693,7 +7693,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7708,7 +7708,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7724,7 +7724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7740,7 +7740,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7770,7 +7770,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7785,7 +7785,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7873,7 +7873,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7888,7 +7888,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7903,7 +7903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7919,7 +7919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7935,7 +7935,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7965,7 +7965,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7980,7 +7980,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8050,7 +8050,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8065,7 +8065,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8080,7 +8080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8096,7 +8096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8112,7 +8112,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8142,7 +8142,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8157,7 +8157,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8177,7 +8177,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -8228,7 +8228,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8243,7 +8243,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8258,7 +8258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8274,7 +8274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8290,7 +8290,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8320,7 +8320,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8335,7 +8335,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8359,7 +8359,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8374,7 +8374,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8389,7 +8389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8405,7 +8405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8421,7 +8421,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8451,7 +8451,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8466,7 +8466,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8493,7 +8493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -8575,7 +8575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -8616,7 +8616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -8679,7 +8679,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8688,7 +8688,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8697,7 +8697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8707,7 +8707,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8717,7 +8717,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8735,7 +8735,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8744,7 +8744,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -8842,7 +8842,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8857,7 +8857,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8872,7 +8872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8888,7 +8888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8904,7 +8904,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8934,7 +8934,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8949,7 +8949,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9037,7 +9037,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9052,7 +9052,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9067,7 +9067,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9083,7 +9083,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9099,7 +9099,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9129,7 +9129,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9144,7 +9144,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9179,7 +9179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -9230,7 +9230,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9245,7 +9245,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9260,7 +9260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9276,7 +9276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9292,7 +9292,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9322,7 +9322,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9337,7 +9337,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9357,7 +9357,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -9408,7 +9408,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9423,7 +9423,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9438,7 +9438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9454,7 +9454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9470,7 +9470,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9500,7 +9500,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9515,7 +9515,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9539,7 +9539,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9554,7 +9554,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9569,7 +9569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9585,7 +9585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9601,7 +9601,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9631,7 +9631,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9646,7 +9646,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9673,7 +9673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]"
}
@@ -9729,7 +9729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -9770,7 +9770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -9815,7 +9815,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9824,7 +9824,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9833,7 +9833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9843,7 +9843,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9853,7 +9853,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9871,7 +9871,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9880,7 +9880,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -9963,7 +9963,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9978,7 +9978,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9993,7 +9993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10009,7 +10009,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10025,7 +10025,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10055,7 +10055,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10070,7 +10070,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10105,7 +10105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -10156,7 +10156,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10171,7 +10171,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10186,7 +10186,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10202,7 +10202,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10218,7 +10218,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10248,7 +10248,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10263,7 +10263,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10283,7 +10283,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -10334,7 +10334,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10349,7 +10349,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10364,7 +10364,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10380,7 +10380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10396,7 +10396,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10426,7 +10426,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10441,7 +10441,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10465,7 +10465,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10480,7 +10480,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10495,7 +10495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10511,7 +10511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10527,7 +10527,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10557,7 +10557,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10572,7 +10572,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10599,7 +10599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointUrl": "System.String"
}
@@ -10655,7 +10655,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -10696,7 +10696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -10741,7 +10741,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10750,7 +10750,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10759,7 +10759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10769,7 +10769,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10779,7 +10779,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10797,7 +10797,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10806,7 +10806,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -10889,7 +10889,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10904,7 +10904,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10919,7 +10919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10935,7 +10935,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10951,7 +10951,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10981,7 +10981,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10996,7 +10996,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11031,7 +11031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -11082,7 +11082,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11097,7 +11097,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11112,7 +11112,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11128,7 +11128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11144,7 +11144,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11174,7 +11174,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11189,7 +11189,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11209,7 +11209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -11260,7 +11260,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11275,7 +11275,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11290,7 +11290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11306,7 +11306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11322,7 +11322,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11352,7 +11352,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11367,7 +11367,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11391,7 +11391,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11406,7 +11406,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11421,7 +11421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11437,7 +11437,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11453,7 +11453,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11483,7 +11483,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11498,7 +11498,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11525,7 +11525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainSharedAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainSharedAccessKeys, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainSharedAccessKeys, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -11577,7 +11577,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11586,7 +11586,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11595,7 +11595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11605,7 +11605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11615,7 +11615,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11633,7 +11633,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11642,7 +11642,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -11710,7 +11710,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11725,7 +11725,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11740,7 +11740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11756,7 +11756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11772,7 +11772,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11802,7 +11802,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11817,7 +11817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11844,7 +11844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -11912,7 +11912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -11953,7 +11953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -12016,7 +12016,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12025,7 +12025,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12034,7 +12034,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12044,7 +12044,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12054,7 +12054,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12072,7 +12072,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12081,7 +12081,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -12182,7 +12182,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12197,7 +12197,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12212,7 +12212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12228,7 +12228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12244,7 +12244,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12274,7 +12274,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12289,7 +12289,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12383,7 +12383,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12398,7 +12398,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12413,7 +12413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12429,7 +12429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12445,7 +12445,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12475,7 +12475,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12490,7 +12490,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12528,7 +12528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -12579,7 +12579,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12594,7 +12594,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12609,7 +12609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12625,7 +12625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12641,7 +12641,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12671,7 +12671,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12686,7 +12686,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12706,7 +12706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -12757,7 +12757,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12772,7 +12772,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12787,7 +12787,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12803,7 +12803,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12819,7 +12819,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12849,7 +12849,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12864,7 +12864,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12888,7 +12888,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12903,7 +12903,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12918,7 +12918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12934,7 +12934,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12950,7 +12950,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12980,7 +12980,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12995,7 +12995,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13022,7 +13022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -13113,7 +13113,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -13154,7 +13154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -13195,7 +13195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -13258,7 +13258,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13267,7 +13267,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13276,7 +13276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13286,7 +13286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13296,7 +13296,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13314,7 +13314,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13323,7 +13323,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -13436,7 +13436,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13451,7 +13451,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13466,7 +13466,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13482,7 +13482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13498,7 +13498,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13528,7 +13528,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13543,7 +13543,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13646,7 +13646,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13661,7 +13661,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13676,7 +13676,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13692,7 +13692,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13708,7 +13708,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13738,7 +13738,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13753,7 +13753,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13788,7 +13788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -13839,7 +13839,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13854,7 +13854,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13869,7 +13869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13885,7 +13885,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13901,7 +13901,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13931,7 +13931,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13946,7 +13946,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13996,7 +13996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -14047,7 +14047,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14062,7 +14062,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14077,7 +14077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14093,7 +14093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14109,7 +14109,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14139,7 +14139,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14154,7 +14154,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14174,7 +14174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -14225,7 +14225,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14240,7 +14240,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14255,7 +14255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14271,7 +14271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14287,7 +14287,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14317,7 +14317,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14332,7 +14332,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14356,7 +14356,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14371,7 +14371,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14386,7 +14386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14402,7 +14402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14418,7 +14418,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14448,7 +14448,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14463,7 +14463,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14490,7 +14490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]"
}
@@ -14555,7 +14555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -14596,7 +14596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -14637,7 +14637,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -14682,7 +14682,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14691,7 +14691,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14700,7 +14700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14710,7 +14710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14720,7 +14720,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14738,7 +14738,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14747,7 +14747,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -14845,7 +14845,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14860,7 +14860,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14875,7 +14875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14891,7 +14891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14907,7 +14907,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14937,7 +14937,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14952,7 +14952,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14987,7 +14987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -15038,7 +15038,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15053,7 +15053,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15068,7 +15068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15084,7 +15084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15100,7 +15100,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15130,7 +15130,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15145,7 +15145,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15195,7 +15195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -15246,7 +15246,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15261,7 +15261,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15276,7 +15276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15292,7 +15292,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15308,7 +15308,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15338,7 +15338,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15353,7 +15353,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15373,7 +15373,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -15424,7 +15424,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15439,7 +15439,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15454,7 +15454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15470,7 +15470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15486,7 +15486,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15516,7 +15516,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15531,7 +15531,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15555,7 +15555,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15570,7 +15570,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15585,7 +15585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15601,7 +15601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15617,7 +15617,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15647,7 +15647,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15662,7 +15662,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15689,7 +15689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointUrl": "System.String"
}
@@ -15754,7 +15754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -15795,7 +15795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -15836,7 +15836,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -15881,7 +15881,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15890,7 +15890,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15899,7 +15899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15909,7 +15909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15919,7 +15919,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15937,7 +15937,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15946,7 +15946,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -16044,7 +16044,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16059,7 +16059,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16074,7 +16074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16090,7 +16090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16106,7 +16106,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16136,7 +16136,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16151,7 +16151,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16186,7 +16186,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -16237,7 +16237,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16252,7 +16252,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16267,7 +16267,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16283,7 +16283,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16299,7 +16299,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16329,7 +16329,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16344,7 +16344,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16394,7 +16394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -16445,7 +16445,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16460,7 +16460,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16475,7 +16475,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16491,7 +16491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16507,7 +16507,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16537,7 +16537,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16552,7 +16552,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16572,7 +16572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -16623,7 +16623,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16638,7 +16638,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16653,7 +16653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16669,7 +16669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16685,7 +16685,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16715,7 +16715,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16730,7 +16730,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16754,7 +16754,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16769,7 +16769,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16784,7 +16784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16800,7 +16800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16816,7 +16816,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16846,7 +16846,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16861,7 +16861,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16888,7 +16888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IExtensionTopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IExtensionTopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IExtensionTopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -16924,7 +16924,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16933,7 +16933,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16942,7 +16942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16952,7 +16952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16962,7 +16962,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16980,7 +16980,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -16989,7 +16989,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -17023,7 +17023,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17038,7 +17038,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17053,7 +17053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17069,7 +17069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17085,7 +17085,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17115,7 +17115,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17130,7 +17130,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17157,7 +17157,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointUrl": "System.String"
}
@@ -17216,7 +17216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -17257,7 +17257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -17302,7 +17302,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17311,7 +17311,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17320,7 +17320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17330,7 +17330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17340,7 +17340,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17358,7 +17358,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17367,7 +17367,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -17400,7 +17400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -17451,7 +17451,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17466,7 +17466,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17481,7 +17481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17497,7 +17497,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17513,7 +17513,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17543,7 +17543,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17558,7 +17558,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17649,7 +17649,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17664,7 +17664,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17679,7 +17679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17695,7 +17695,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17711,7 +17711,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17741,7 +17741,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17756,7 +17756,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17776,7 +17776,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -17827,7 +17827,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17842,7 +17842,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17857,7 +17857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17873,7 +17873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -17889,7 +17889,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17919,7 +17919,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17934,7 +17934,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17958,7 +17958,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17973,7 +17973,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -17988,7 +17988,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18004,7 +18004,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18020,7 +18020,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18050,7 +18050,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18065,7 +18065,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18092,7 +18092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointUrl": "System.String"
}
@@ -18148,7 +18148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -18189,7 +18189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -18234,7 +18234,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18243,7 +18243,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18252,7 +18252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18262,7 +18262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18272,7 +18272,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18290,7 +18290,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18299,7 +18299,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -18329,7 +18329,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -18380,7 +18380,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18395,7 +18395,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18410,7 +18410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18426,7 +18426,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18442,7 +18442,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18472,7 +18472,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18487,7 +18487,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18575,7 +18575,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18590,7 +18590,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18605,7 +18605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18621,7 +18621,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18637,7 +18637,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18667,7 +18667,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18682,7 +18682,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18702,7 +18702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -18753,7 +18753,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18768,7 +18768,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18783,7 +18783,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18799,7 +18799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18815,7 +18815,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18845,7 +18845,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18860,7 +18860,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18884,7 +18884,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18899,7 +18899,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18914,7 +18914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18930,7 +18930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -18946,7 +18946,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18976,7 +18976,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -18991,7 +18991,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19018,7 +19018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities",
"RoutingEnrichmentDynamic": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment]",
@@ -19096,7 +19096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -19159,7 +19159,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19168,7 +19168,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19177,7 +19177,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19187,7 +19187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19206,7 +19206,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19215,7 +19215,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -19286,7 +19286,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19301,7 +19301,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19316,7 +19316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19332,7 +19332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19363,7 +19363,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19378,7 +19378,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19466,7 +19466,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19481,7 +19481,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19496,7 +19496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19512,7 +19512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19543,7 +19543,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19558,7 +19558,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19628,7 +19628,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19643,7 +19643,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19658,7 +19658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19674,7 +19674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19705,7 +19705,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19720,7 +19720,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19740,7 +19740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -19791,7 +19791,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19806,7 +19806,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19821,7 +19821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19837,7 +19837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19868,7 +19868,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19883,7 +19883,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19907,7 +19907,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19922,7 +19922,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19937,7 +19937,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19953,7 +19953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -19984,7 +19984,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -19999,7 +19999,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20026,7 +20026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceSharedAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceSharedAccessKeys, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceSharedAccessKeys, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -20081,7 +20081,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20090,7 +20090,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20099,7 +20099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20109,7 +20109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20128,7 +20128,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20137,7 +20137,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -20208,7 +20208,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20223,7 +20223,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20238,7 +20238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20254,7 +20254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20285,7 +20285,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20300,7 +20300,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20327,7 +20327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -20392,7 +20392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -20433,7 +20433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -20496,7 +20496,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20505,7 +20505,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20514,7 +20514,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20524,7 +20524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20543,7 +20543,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20552,7 +20552,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -20650,7 +20650,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20665,7 +20665,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20680,7 +20680,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20696,7 +20696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20727,7 +20727,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20742,7 +20742,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20830,7 +20830,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20845,7 +20845,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20860,7 +20860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20876,7 +20876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -20907,7 +20907,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20922,7 +20922,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -20957,7 +20957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -21008,7 +21008,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21023,7 +21023,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21038,7 +21038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21054,7 +21054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21085,7 +21085,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21100,7 +21100,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21120,7 +21120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -21171,7 +21171,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21186,7 +21186,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21201,7 +21201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21217,7 +21217,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21248,7 +21248,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21263,7 +21263,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21287,7 +21287,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21302,7 +21302,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21317,7 +21317,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21333,7 +21333,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21364,7 +21364,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21379,7 +21379,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21406,7 +21406,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FilterConfigurationFilter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter]",
"FilterConfigurationIncludedEventType": "System.Collections.Generic.List`1[System.String]",
@@ -21487,7 +21487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -21528,7 +21528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -21569,7 +21569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -21632,7 +21632,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21641,7 +21641,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21650,7 +21650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21660,7 +21660,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21679,7 +21679,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21688,7 +21688,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -21718,7 +21718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -21769,7 +21769,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21784,7 +21784,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21799,7 +21799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21815,7 +21815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -21846,7 +21846,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21861,7 +21861,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21911,7 +21911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -21962,7 +21962,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21977,7 +21977,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -21992,7 +21992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22008,7 +22008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22039,7 +22039,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22054,7 +22054,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22157,7 +22157,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22172,7 +22172,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22187,7 +22187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22203,7 +22203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22234,7 +22234,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22249,7 +22249,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22367,7 +22367,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22382,7 +22382,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22397,7 +22397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22413,7 +22413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22444,7 +22444,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22459,7 +22459,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22479,7 +22479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -22530,7 +22530,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22545,7 +22545,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22560,7 +22560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22576,7 +22576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22607,7 +22607,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22622,7 +22622,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22646,7 +22646,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22661,7 +22661,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22676,7 +22676,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22692,7 +22692,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22723,7 +22723,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22738,7 +22738,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22765,7 +22765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -22826,7 +22826,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22835,7 +22835,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22844,7 +22844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22854,7 +22854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -22873,7 +22873,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22882,7 +22882,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -22965,7 +22965,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22980,7 +22980,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22995,7 +22995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23011,7 +23011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23042,7 +23042,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23057,7 +23057,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23084,7 +23084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfigurationTags",
"PartnerAuthorizationAuthorizedPartnersList": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner]",
@@ -23154,7 +23154,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23163,7 +23163,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23172,7 +23172,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23182,7 +23182,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23192,7 +23192,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23210,7 +23210,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23219,7 +23219,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -23272,7 +23272,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23287,7 +23287,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23302,7 +23302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23318,7 +23318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23334,7 +23334,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23364,7 +23364,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23379,7 +23379,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23419,7 +23419,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23434,7 +23434,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23449,7 +23449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23465,7 +23465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23481,7 +23481,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23511,7 +23511,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23526,7 +23526,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23596,7 +23596,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23611,7 +23611,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23626,7 +23626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23642,7 +23642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23658,7 +23658,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23688,7 +23688,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23703,7 +23703,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23730,7 +23730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpirationTimeIfNotActivatedUtc": "System.Nullable`1[System.DateTime]",
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
@@ -23792,7 +23792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -23855,7 +23855,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23864,7 +23864,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23873,7 +23873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23883,7 +23883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -23902,7 +23902,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23911,7 +23911,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -23982,7 +23982,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -23997,7 +23997,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24012,7 +24012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24028,7 +24028,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24059,7 +24059,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24074,7 +24074,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24162,7 +24162,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24177,7 +24177,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24192,7 +24192,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24208,7 +24208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24239,7 +24239,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24254,7 +24254,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24324,7 +24324,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24339,7 +24339,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24354,7 +24354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24370,7 +24370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24401,7 +24401,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24416,7 +24416,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24436,7 +24436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -24487,7 +24487,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24502,7 +24502,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24517,7 +24517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24533,7 +24533,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24564,7 +24564,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24579,7 +24579,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24603,7 +24603,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24618,7 +24618,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24633,7 +24633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24649,7 +24649,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24680,7 +24680,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24695,7 +24695,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24722,7 +24722,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InboundIPRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule]",
"PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection]",
@@ -24786,7 +24786,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -24849,7 +24849,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24858,7 +24858,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24867,7 +24867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24877,7 +24877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -24896,7 +24896,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24905,7 +24905,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -24914,7 +24914,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -24985,7 +24985,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25000,7 +25000,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25015,7 +25015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25031,7 +25031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25062,7 +25062,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25077,7 +25077,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25161,7 +25161,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25180,7 +25180,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25195,7 +25195,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25210,7 +25210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25226,7 +25226,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25257,7 +25257,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25272,7 +25272,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25338,7 +25338,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25357,7 +25357,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25372,7 +25372,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25387,7 +25387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25403,7 +25403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25434,7 +25434,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25449,7 +25449,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25469,7 +25469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -25520,7 +25520,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25535,7 +25535,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25550,7 +25550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25566,7 +25566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25597,7 +25597,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25612,7 +25612,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25636,7 +25636,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25651,7 +25651,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25666,7 +25666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25682,7 +25682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25713,7 +25713,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25728,7 +25728,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25755,7 +25755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespaceSharedAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespaceSharedAccessKeys, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespaceSharedAccessKeys, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -25807,7 +25807,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25816,7 +25816,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25825,7 +25825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25835,7 +25835,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25845,7 +25845,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25863,7 +25863,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25872,7 +25872,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -25940,7 +25940,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25955,7 +25955,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25970,7 +25970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -25986,7 +25986,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26002,7 +26002,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26032,7 +26032,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26047,7 +26047,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26074,7 +26074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -26131,7 +26131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -26194,7 +26194,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26203,7 +26203,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26212,7 +26212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26222,7 +26222,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26232,7 +26232,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26250,7 +26250,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26259,7 +26259,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -26330,7 +26330,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26345,7 +26345,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26360,7 +26360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26376,7 +26376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26392,7 +26392,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26422,7 +26422,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26437,7 +26437,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26525,7 +26525,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26540,7 +26540,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26555,7 +26555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26571,7 +26571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26587,7 +26587,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26617,7 +26617,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26632,7 +26632,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26702,7 +26702,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26717,7 +26717,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26732,7 +26732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26748,7 +26748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26764,7 +26764,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26794,7 +26794,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26809,7 +26809,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26829,7 +26829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -26880,7 +26880,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26895,7 +26895,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26910,7 +26910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26926,7 +26926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -26942,7 +26942,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26972,7 +26972,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26987,7 +26987,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27011,7 +27011,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27026,7 +27026,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27041,7 +27041,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27057,7 +27057,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27073,7 +27073,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27103,7 +27103,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27118,7 +27118,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27145,7 +27145,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EventTypeInfoInlineEventType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities",
@@ -27213,7 +27213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -27276,7 +27276,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27285,7 +27285,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27294,7 +27294,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27304,7 +27304,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27314,7 +27314,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27332,7 +27332,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27341,7 +27341,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -27412,7 +27412,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27427,7 +27427,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27442,7 +27442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27458,7 +27458,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27474,7 +27474,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27504,7 +27504,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27519,7 +27519,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27607,7 +27607,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27622,7 +27622,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27637,7 +27637,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27653,7 +27653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27669,7 +27669,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27699,7 +27699,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27714,7 +27714,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27784,7 +27784,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27799,7 +27799,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27814,7 +27814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27830,7 +27830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -27846,7 +27846,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27876,7 +27876,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27891,7 +27891,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27911,7 +27911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -27962,7 +27962,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27977,7 +27977,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27992,7 +27992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28008,7 +28008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28024,7 +28024,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28054,7 +28054,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28069,7 +28069,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28093,7 +28093,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28108,7 +28108,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28123,7 +28123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28139,7 +28139,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28155,7 +28155,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28185,7 +28185,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28200,7 +28200,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28227,7 +28227,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -28312,7 +28312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -28353,7 +28353,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -28416,7 +28416,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28425,7 +28425,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28434,7 +28434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28444,7 +28444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28454,7 +28454,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28472,7 +28472,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28481,7 +28481,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -28514,7 +28514,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -28565,7 +28565,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28580,7 +28580,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28595,7 +28595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28611,7 +28611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28627,7 +28627,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28657,7 +28657,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28672,7 +28672,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28763,7 +28763,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28778,7 +28778,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28793,7 +28793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28809,7 +28809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -28825,7 +28825,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28855,7 +28855,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28870,7 +28870,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28973,7 +28973,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -28988,7 +28988,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29003,7 +29003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29019,7 +29019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29035,7 +29035,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29065,7 +29065,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29080,7 +29080,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29100,7 +29100,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -29151,7 +29151,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29166,7 +29166,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29181,7 +29181,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29197,7 +29197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29213,7 +29213,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29243,7 +29243,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29258,7 +29258,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29282,7 +29282,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29297,7 +29297,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29312,7 +29312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29328,7 +29328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29344,7 +29344,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29374,7 +29374,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29389,7 +29389,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29416,7 +29416,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]"
}
@@ -29475,7 +29475,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -29516,7 +29516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -29561,7 +29561,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29570,7 +29570,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29579,7 +29579,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29589,7 +29589,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29599,7 +29599,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29617,7 +29617,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29626,7 +29626,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -29659,7 +29659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -29710,7 +29710,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29725,7 +29725,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29740,7 +29740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29756,7 +29756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29772,7 +29772,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29802,7 +29802,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29817,7 +29817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29908,7 +29908,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29923,7 +29923,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -29938,7 +29938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29954,7 +29954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -29970,7 +29970,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30000,7 +30000,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30015,7 +30015,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30035,7 +30035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -30086,7 +30086,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30101,7 +30101,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30116,7 +30116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30132,7 +30132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30148,7 +30148,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30178,7 +30178,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30193,7 +30193,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30217,7 +30217,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30232,7 +30232,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30247,7 +30247,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30263,7 +30263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30279,7 +30279,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30309,7 +30309,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30324,7 +30324,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30351,7 +30351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -30420,7 +30420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -30461,7 +30461,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -30524,7 +30524,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30533,7 +30533,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30542,7 +30542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30552,7 +30552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30571,7 +30571,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30580,7 +30580,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -30613,7 +30613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -30664,7 +30664,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30679,7 +30679,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30694,7 +30694,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30710,7 +30710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30741,7 +30741,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30756,7 +30756,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30847,7 +30847,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30862,7 +30862,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30877,7 +30877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30893,7 +30893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -30924,7 +30924,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -30939,7 +30939,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31042,7 +31042,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31057,7 +31057,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31072,7 +31072,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31088,7 +31088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31119,7 +31119,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31134,7 +31134,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31154,7 +31154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -31205,7 +31205,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31220,7 +31220,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31235,7 +31235,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31251,7 +31251,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31282,7 +31282,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31297,7 +31297,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31321,7 +31321,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31336,7 +31336,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31351,7 +31351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31367,7 +31367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31398,7 +31398,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31413,7 +31413,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31440,7 +31440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -31503,7 +31503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -31636,7 +31636,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31645,7 +31645,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31654,7 +31654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31664,7 +31664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31674,7 +31674,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31692,7 +31692,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31701,7 +31701,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -31753,7 +31753,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31768,7 +31768,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31783,7 +31783,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31799,7 +31799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31815,7 +31815,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31845,7 +31845,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31860,7 +31860,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31880,7 +31880,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -31931,7 +31931,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31946,7 +31946,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -31961,7 +31961,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31977,7 +31977,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -31993,7 +31993,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32023,7 +32023,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32038,7 +32038,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32171,7 +32171,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32186,7 +32186,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32201,7 +32201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32217,7 +32217,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32233,7 +32233,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32263,7 +32263,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32278,7 +32278,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32399,7 +32399,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32414,7 +32414,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32429,7 +32429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32445,7 +32445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32461,7 +32461,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32491,7 +32491,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32506,7 +32506,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32530,7 +32530,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32545,7 +32545,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32560,7 +32560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32576,7 +32576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32592,7 +32592,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32622,7 +32622,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32637,7 +32637,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32664,7 +32664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]"
}
@@ -32698,7 +32698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -32743,7 +32743,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32752,7 +32752,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32761,7 +32761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32771,7 +32771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32781,7 +32781,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32799,7 +32799,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32808,7 +32808,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -32857,7 +32857,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32872,7 +32872,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32887,7 +32887,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32903,7 +32903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -32919,7 +32919,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32949,7 +32949,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32964,7 +32964,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32984,7 +32984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -33035,7 +33035,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33050,7 +33050,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33065,7 +33065,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33081,7 +33081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33097,7 +33097,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33127,7 +33127,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33142,7 +33142,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33166,7 +33166,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33181,7 +33181,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33196,7 +33196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33212,7 +33212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33228,7 +33228,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33258,7 +33258,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33273,7 +33273,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33300,7 +33300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointUrl": "System.String"
}
@@ -33334,7 +33334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -33379,7 +33379,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33388,7 +33388,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33397,7 +33397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33407,7 +33407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33417,7 +33417,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33435,7 +33435,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33444,7 +33444,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -33493,7 +33493,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33508,7 +33508,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33523,7 +33523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33539,7 +33539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33555,7 +33555,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33585,7 +33585,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33600,7 +33600,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33620,7 +33620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -33671,7 +33671,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33686,7 +33686,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33701,7 +33701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33717,7 +33717,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33733,7 +33733,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33763,7 +33763,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33778,7 +33778,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33802,7 +33802,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33817,7 +33817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33832,7 +33832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33848,7 +33848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -33864,7 +33864,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33894,7 +33894,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33909,7 +33909,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33936,7 +33936,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -34031,7 +34031,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34040,7 +34040,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34049,7 +34049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34059,7 +34059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34069,7 +34069,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34087,7 +34087,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34096,7 +34096,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -34161,7 +34161,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34176,7 +34176,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34191,7 +34191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34207,7 +34207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34223,7 +34223,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34253,7 +34253,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34268,7 +34268,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34371,7 +34371,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34386,7 +34386,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34401,7 +34401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34417,7 +34417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34433,7 +34433,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34463,7 +34463,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34478,7 +34478,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34563,7 +34563,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34578,7 +34578,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34593,7 +34593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34609,7 +34609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34625,7 +34625,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34655,7 +34655,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34670,7 +34670,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34758,7 +34758,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34773,7 +34773,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34788,7 +34788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34804,7 +34804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -34820,7 +34820,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34850,7 +34850,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34865,7 +34865,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -34892,7 +34892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -34996,7 +34996,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35005,7 +35005,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35014,7 +35014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35024,7 +35024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35034,7 +35034,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35052,7 +35052,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35061,7 +35061,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -35141,7 +35141,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35156,7 +35156,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35171,7 +35171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35187,7 +35187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35203,7 +35203,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35233,7 +35233,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35248,7 +35248,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35366,7 +35366,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35381,7 +35381,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35396,7 +35396,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35412,7 +35412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35428,7 +35428,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35458,7 +35458,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35473,7 +35473,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35576,7 +35576,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35591,7 +35591,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35606,7 +35606,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35622,7 +35622,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35638,7 +35638,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35668,7 +35668,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35683,7 +35683,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35783,7 +35783,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35798,7 +35798,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35813,7 +35813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35829,7 +35829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -35845,7 +35845,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35875,7 +35875,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35890,7 +35890,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35917,7 +35917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities",
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
@@ -35980,7 +35980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -36043,7 +36043,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36052,7 +36052,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36061,7 +36061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36071,7 +36071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36081,7 +36081,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36099,7 +36099,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36108,7 +36108,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -36179,7 +36179,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36194,7 +36194,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36209,7 +36209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36225,7 +36225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36241,7 +36241,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36271,7 +36271,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36286,7 +36286,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36374,7 +36374,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36389,7 +36389,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36404,7 +36404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36420,7 +36420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36436,7 +36436,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36466,7 +36466,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36481,7 +36481,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36551,7 +36551,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36566,7 +36566,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36581,7 +36581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36597,7 +36597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36613,7 +36613,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36643,7 +36643,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36658,7 +36658,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36678,7 +36678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -36729,7 +36729,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36744,7 +36744,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36759,7 +36759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36775,7 +36775,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36791,7 +36791,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36821,7 +36821,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36836,7 +36836,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36860,7 +36860,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36875,7 +36875,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36890,7 +36890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36906,7 +36906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -36922,7 +36922,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36952,7 +36952,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36967,7 +36967,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -36994,7 +36994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -37076,7 +37076,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -37117,7 +37117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -37180,7 +37180,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37189,7 +37189,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37198,7 +37198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -37208,7 +37208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -37218,7 +37218,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37236,7 +37236,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37245,7 +37245,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -37275,7 +37275,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -37326,7 +37326,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37341,7 +37341,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37356,7 +37356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -37372,7 +37372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -37388,7 +37388,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37418,7 +37418,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37433,7 +37433,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37521,7 +37521,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37536,7 +37536,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37551,7 +37551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -37567,7 +37567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -37583,7 +37583,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37613,7 +37613,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37628,7 +37628,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37731,7 +37731,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37746,7 +37746,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37761,7 +37761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -37777,7 +37777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -37793,7 +37793,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37823,7 +37823,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37838,7 +37838,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37858,7 +37858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -37909,7 +37909,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37924,7 +37924,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -37939,7 +37939,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -37955,7 +37955,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -37971,7 +37971,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38001,7 +38001,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38016,7 +38016,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38040,7 +38040,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38055,7 +38055,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38070,7 +38070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -38086,7 +38086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -38102,7 +38102,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38132,7 +38132,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38147,7 +38147,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38174,7 +38174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]"
}
@@ -38230,7 +38230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -38271,7 +38271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -38316,7 +38316,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38325,7 +38325,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38334,7 +38334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -38344,7 +38344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -38354,7 +38354,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38372,7 +38372,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38381,7 +38381,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -38411,7 +38411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -38462,7 +38462,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38477,7 +38477,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38492,7 +38492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -38508,7 +38508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -38524,7 +38524,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38554,7 +38554,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38569,7 +38569,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38657,7 +38657,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38672,7 +38672,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38687,7 +38687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -38703,7 +38703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -38719,7 +38719,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38749,7 +38749,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38764,7 +38764,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38784,7 +38784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -38835,7 +38835,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38850,7 +38850,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38865,7 +38865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -38881,7 +38881,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -38897,7 +38897,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38927,7 +38927,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38942,7 +38942,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38966,7 +38966,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38981,7 +38981,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -38996,7 +38996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39012,7 +39012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39028,7 +39028,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39058,7 +39058,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39073,7 +39073,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39100,7 +39100,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EventTypeInfoInlineEventType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities",
@@ -39176,7 +39176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -39239,7 +39239,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39248,7 +39248,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39257,7 +39257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39267,7 +39267,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39277,7 +39277,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39295,7 +39295,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39304,7 +39304,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -39375,7 +39375,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39390,7 +39390,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39405,7 +39405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39421,7 +39421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39437,7 +39437,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39467,7 +39467,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39482,7 +39482,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39570,7 +39570,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39585,7 +39585,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39600,7 +39600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39616,7 +39616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39632,7 +39632,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39662,7 +39662,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39677,7 +39677,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39747,7 +39747,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39762,7 +39762,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39777,7 +39777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39793,7 +39793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39809,7 +39809,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39839,7 +39839,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39854,7 +39854,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39874,7 +39874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -39925,7 +39925,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39940,7 +39940,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -39955,7 +39955,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39971,7 +39971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -39987,7 +39987,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40017,7 +40017,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40032,7 +40032,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40056,7 +40056,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40071,7 +40071,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40086,7 +40086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40102,7 +40102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40118,7 +40118,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40148,7 +40148,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40163,7 +40163,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40190,7 +40190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -40272,7 +40272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -40313,7 +40313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -40376,7 +40376,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40385,7 +40385,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40394,7 +40394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40404,7 +40404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40414,7 +40414,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40432,7 +40432,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40441,7 +40441,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -40471,7 +40471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -40522,7 +40522,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40537,7 +40537,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40552,7 +40552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40568,7 +40568,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40584,7 +40584,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40614,7 +40614,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40629,7 +40629,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40717,7 +40717,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40732,7 +40732,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40747,7 +40747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40763,7 +40763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40779,7 +40779,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40809,7 +40809,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40824,7 +40824,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40927,7 +40927,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40942,7 +40942,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -40957,7 +40957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40973,7 +40973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -40989,7 +40989,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41019,7 +41019,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41034,7 +41034,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41054,7 +41054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -41105,7 +41105,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41120,7 +41120,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41135,7 +41135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41151,7 +41151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41167,7 +41167,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41197,7 +41197,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41212,7 +41212,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41236,7 +41236,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41251,7 +41251,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41266,7 +41266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41282,7 +41282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41298,7 +41298,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41328,7 +41328,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41343,7 +41343,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41370,7 +41370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeListResult, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]"
}
@@ -41426,7 +41426,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -41467,7 +41467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -41512,7 +41512,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41521,7 +41521,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41530,7 +41530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41540,7 +41540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41550,7 +41550,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41568,7 +41568,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41577,7 +41577,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -41607,7 +41607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -41658,7 +41658,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41673,7 +41673,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41688,7 +41688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41704,7 +41704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41720,7 +41720,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41750,7 +41750,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41765,7 +41765,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41853,7 +41853,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41868,7 +41868,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41883,7 +41883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41899,7 +41899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -41915,7 +41915,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41945,7 +41945,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41960,7 +41960,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -41980,7 +41980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -42031,7 +42031,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42046,7 +42046,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42061,7 +42061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -42077,7 +42077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -42093,7 +42093,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42123,7 +42123,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42138,7 +42138,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42162,7 +42162,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42177,7 +42177,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42192,7 +42192,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -42208,7 +42208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -42224,7 +42224,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42254,7 +42254,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42269,7 +42269,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42296,7 +42296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFullUrl, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointUrl": "System.String"
}
@@ -42352,7 +42352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -42393,7 +42393,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -42438,7 +42438,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42447,7 +42447,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42456,7 +42456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -42466,7 +42466,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -42476,7 +42476,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42494,7 +42494,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42503,7 +42503,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -42533,7 +42533,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -42584,7 +42584,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42599,7 +42599,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42614,7 +42614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -42630,7 +42630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -42646,7 +42646,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42676,7 +42676,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42691,7 +42691,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42779,7 +42779,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42794,7 +42794,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42809,7 +42809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -42825,7 +42825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -42841,7 +42841,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42871,7 +42871,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42886,7 +42886,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42906,7 +42906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -42957,7 +42957,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42972,7 +42972,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -42987,7 +42987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43003,7 +43003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43019,7 +43019,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43049,7 +43049,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43064,7 +43064,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43088,7 +43088,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43103,7 +43103,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43118,7 +43118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43134,7 +43134,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43150,7 +43150,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43180,7 +43180,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43195,7 +43195,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43222,7 +43222,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventType, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventType, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsInDefaultSet": "System.Nullable`1[System.Boolean]",
"Description": "System.String",
@@ -43294,7 +43294,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43303,7 +43303,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43312,7 +43312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43322,7 +43322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43332,7 +43332,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43350,7 +43350,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43359,7 +43359,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -43457,7 +43457,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43472,7 +43472,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43487,7 +43487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43503,7 +43503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43519,7 +43519,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43549,7 +43549,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43564,7 +43564,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43591,7 +43591,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -43646,7 +43646,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43655,7 +43655,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43664,7 +43664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43674,7 +43674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43684,7 +43684,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43702,7 +43702,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43711,7 +43711,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -43782,7 +43782,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43797,7 +43797,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43812,7 +43812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43828,7 +43828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -43844,7 +43844,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43874,7 +43874,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43889,7 +43889,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43916,7 +43916,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSpace, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TopicTemplate": "System.Collections.Generic.List`1[System.String]",
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
@@ -43983,7 +43983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -44024,7 +44024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -44087,7 +44087,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44096,7 +44096,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44105,7 +44105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44115,7 +44115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44134,7 +44134,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44143,7 +44143,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -44176,7 +44176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -44227,7 +44227,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44242,7 +44242,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44257,7 +44257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44273,7 +44273,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44304,7 +44304,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44319,7 +44319,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44410,7 +44410,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44425,7 +44425,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44440,7 +44440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44456,7 +44456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44487,7 +44487,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44502,7 +44502,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44605,7 +44605,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44620,7 +44620,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44635,7 +44635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44651,7 +44651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44682,7 +44682,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44697,7 +44697,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44717,7 +44717,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -44768,7 +44768,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44783,7 +44783,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44798,7 +44798,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44814,7 +44814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44845,7 +44845,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44860,7 +44860,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44884,7 +44884,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44899,7 +44899,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44914,7 +44914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44930,7 +44930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -44961,7 +44961,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -44976,7 +44976,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45003,7 +45003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicTypeInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicTypeInfo, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicTypeInfo, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SupportedLocation": "System.Collections.Generic.List`1[System.String]",
"SupportedScopesForSource": "System.Collections.Generic.List`1[System.String]",
@@ -45039,7 +45039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -45084,7 +45084,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45093,7 +45093,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45102,7 +45102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45112,7 +45112,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45122,7 +45122,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45140,7 +45140,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45149,7 +45149,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -45186,7 +45186,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45201,7 +45201,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45216,7 +45216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45232,7 +45232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45248,7 +45248,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45278,7 +45278,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45293,7 +45293,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45313,7 +45313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -45364,7 +45364,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45379,7 +45379,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45394,7 +45394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45410,7 +45410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45426,7 +45426,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45456,7 +45456,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45471,7 +45471,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45495,7 +45495,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45510,7 +45510,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45525,7 +45525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45541,7 +45541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45557,7 +45557,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45587,7 +45587,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45602,7 +45602,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45629,7 +45629,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventType, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventType, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsInDefaultSet": "System.Nullable`1[System.Boolean]",
"Description": "System.String",
@@ -45661,7 +45661,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45670,7 +45670,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45679,7 +45679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45689,7 +45689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45699,7 +45699,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45717,7 +45717,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45726,7 +45726,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -45760,7 +45760,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45775,7 +45775,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45790,7 +45790,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45806,7 +45806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -45822,7 +45822,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45852,7 +45852,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45867,7 +45867,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45894,7 +45894,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IVerifiedPartner",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IVerifiedPartner, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IVerifiedPartner, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -45937,7 +45937,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -46000,7 +46000,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46009,7 +46009,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46018,7 +46018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46028,7 +46028,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46038,7 +46038,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46056,7 +46056,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46065,7 +46065,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -46102,7 +46102,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46117,7 +46117,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46132,7 +46132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46148,7 +46148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46164,7 +46164,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46194,7 +46194,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46209,7 +46209,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46229,7 +46229,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -46280,7 +46280,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46295,7 +46295,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46310,7 +46310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46326,7 +46326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46342,7 +46342,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46372,7 +46372,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46387,7 +46387,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46441,7 +46441,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46456,7 +46456,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46471,7 +46471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46487,7 +46487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46503,7 +46503,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46533,7 +46533,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46548,7 +46548,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46572,7 +46572,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46587,7 +46587,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46602,7 +46602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46618,7 +46618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46634,7 +46634,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46664,7 +46664,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46679,7 +46679,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46706,7 +46706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfigurationTags",
"PartnerAuthorizationAuthorizedPartnersList": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner]",
@@ -46753,7 +46753,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizationExpirationTimeInUtc": "System.Nullable`1[System.DateTime]",
"Name": "System.String",
@@ -46819,7 +46819,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46828,7 +46828,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46837,7 +46837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46847,7 +46847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46857,7 +46857,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46875,7 +46875,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46884,7 +46884,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -46936,7 +46936,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46951,7 +46951,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46966,7 +46966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46982,7 +46982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -46998,7 +46998,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47028,7 +47028,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47043,7 +47043,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47063,7 +47063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizationExpirationTimeInUtc": "System.Nullable`1[System.DateTime]",
"Name": "System.String",
@@ -47120,7 +47120,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47135,7 +47135,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47150,7 +47150,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47166,7 +47166,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47182,7 +47182,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47212,7 +47212,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47227,7 +47227,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47332,7 +47332,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47347,7 +47347,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47362,7 +47362,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47378,7 +47378,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47394,7 +47394,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47424,7 +47424,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47439,7 +47439,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47511,7 +47511,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47526,7 +47526,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47541,7 +47541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47557,7 +47557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47573,7 +47573,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47603,7 +47603,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47618,7 +47618,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47690,7 +47690,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47705,7 +47705,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47720,7 +47720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47736,7 +47736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -47752,7 +47752,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47782,7 +47782,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47797,7 +47797,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -47812,9 +47812,9 @@
},
{
"VerbName": "New",
- "NounName": "AzEventGridAdvancedFilterObject",
- "Name": "New-AzEventGridAdvancedFilterObject",
- "ClassName": "New-AzEventGridAdvancedFilterObject",
+ "NounName": "AzEventGridAzureFunctionEventSubscriptionDestinationObject",
+ "Name": "New-AzEventGridAzureFunctionEventSubscriptionDestinationObject",
+ "ClassName": "New-AzEventGridAzureFunctionEventSubscriptionDestinationObject",
"SupportsShouldProcess": false,
"ConfirmImpact": 0,
"SupportsPaging": false,
@@ -47823,13 +47823,26 @@
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AdvancedFilter, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureFunctionEventSubscriptionDestination",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureFunctionEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Key": "System.String",
- "OperatorType": "System.String"
+ "DeliveryAttributeMapping": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]",
+ "MaxEventsPerBatch": "System.Nullable`1[System.Int32]",
+ "PreferredBatchSizeInKilobyte": "System.Nullable`1[System.Int32]",
+ "EndpointType": "System.String",
+ "ResourceId": "System.String"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
{
"Name": "FromJson",
"Parameters": [
@@ -47838,7 +47851,7 @@
"Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureFunctionEventSubscriptionDestination"
},
{
"Name": "ToJson",
@@ -47862,7 +47875,7 @@
"Type": "System.Collections.IDictionary"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureFunctionEventSubscriptionDestination"
},
{
"Name": "DeserializeFromPSObject",
@@ -47872,7 +47885,7 @@
"Type": "System.Management.Automation.PSObject"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureFunctionEventSubscriptionDestination"
},
{
"Name": "FromJsonString",
@@ -47882,7 +47895,7 @@
"Type": "System.String"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureFunctionEventSubscriptionDestination"
},
{
"Name": "ToJsonString",
@@ -47924,16 +47937,35 @@
],
"Parameters": [
{
- "Name": "OperatorType",
+ "Name": "DeliveryAttributeMapping",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxEventsPerBatch",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Key",
+ "Name": "PreferredBatchSizeInKilobyte",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -47948,22 +47980,53 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "OperatorType",
+ "Name": "DeliveryAttributeMapping",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxEventsPerBatch",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Key",
+ "Name": "PreferredBatchSizeInKilobyte",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -47982,9 +48045,9 @@
},
{
"VerbName": "New",
- "NounName": "AzEventGridAzureFunctionEventSubscriptionDestinationObject",
- "Name": "New-AzEventGridAzureFunctionEventSubscriptionDestinationObject",
- "ClassName": "New-AzEventGridAzureFunctionEventSubscriptionDestinationObject",
+ "NounName": "AzEventGridBoolEqualsAdvancedFilterObject",
+ "Name": "New-AzEventGridBoolEqualsAdvancedFilterObject",
+ "ClassName": "New-AzEventGridBoolEqualsAdvancedFilterObject",
"SupportsShouldProcess": false,
"ConfirmImpact": 0,
"SupportsPaging": false,
@@ -47993,14 +48056,12 @@
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureFunctionEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.AzureFunctionEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "DeliveryAttributeMapping": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]",
- "MaxEventsPerBatch": "System.Nullable`1[System.Int32]",
- "PreferredBatchSizeInKilobyte": "System.Nullable`1[System.Int32]",
- "EndpointType": "System.String",
- "ResourceId": "System.String"
+ "Value": "System.Nullable`1[System.Boolean]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
},
"Methods": [
{
@@ -48021,7 +48082,7 @@
"Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureFunctionEventSubscriptionDestination"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IBoolEqualsAdvancedFilter"
},
{
"Name": "ToJson",
@@ -48045,7 +48106,7 @@
"Type": "System.Collections.IDictionary"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureFunctionEventSubscriptionDestination"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IBoolEqualsAdvancedFilter"
},
{
"Name": "DeserializeFromPSObject",
@@ -48055,7 +48116,7 @@
"Type": "System.Management.Automation.PSObject"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureFunctionEventSubscriptionDestination"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IBoolEqualsAdvancedFilter"
},
{
"Name": "FromJsonString",
@@ -48065,7 +48126,7 @@
"Type": "System.String"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAzureFunctionEventSubscriptionDestination"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IBoolEqualsAdvancedFilter"
},
{
"Name": "ToJsonString",
@@ -48107,35 +48168,16 @@
],
"Parameters": [
{
- "Name": "DeliveryAttributeMapping",
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "MaxEventsPerBatch",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PreferredBatchSizeInKilobyte",
+ "Name": "Value",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceId",
+ "Name": "Key",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -48150,12 +48192,11 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "DeliveryAttributeMapping",
+ "Name": "Value",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48166,11 +48207,11 @@
},
{
"ParameterMetadata": {
- "Name": "MaxEventsPerBatch",
+ "Name": "Key",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48178,14 +48219,165 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridBoolEqualsFilterObject",
+ "Name": "New-AzEventGridBoolEqualsFilterObject",
+ "ClassName": "New-AzEventGridBoolEqualsFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.BoolEqualsFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Nullable`1[System.Boolean]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
},
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IBoolEqualsFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IBoolEqualsFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IBoolEqualsFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IBoolEqualsFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "PreferredBatchSizeInKilobyte",
+ "Name": "Value",
"Type": {
"Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -48196,7 +48388,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "Key",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -48227,7 +48419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ICaCertificate, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpiryTimeInUtc": "System.Nullable`1[System.DateTime]",
"IssueTimeInUtc": "System.Nullable`1[System.DateTime]",
@@ -48295,7 +48487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -48336,7 +48528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -48417,7 +48609,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48426,7 +48618,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48435,7 +48627,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48444,7 +48636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -48454,7 +48646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -48464,7 +48656,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48482,7 +48674,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48491,7 +48683,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -48591,7 +48783,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48606,7 +48798,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48621,7 +48813,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48636,7 +48828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -48652,7 +48844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -48668,7 +48860,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48698,7 +48890,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48713,7 +48905,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48818,7 +49010,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48833,7 +49025,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48848,7 +49040,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48863,7 +49055,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -48879,7 +49071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -48895,7 +49087,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48925,7 +49117,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48940,7 +49132,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -48978,7 +49170,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -49059,7 +49251,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49074,7 +49266,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49089,7 +49281,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49104,7 +49296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -49120,7 +49312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -49136,7 +49328,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49166,7 +49358,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49181,7 +49373,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49301,7 +49493,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49316,7 +49508,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49331,7 +49523,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49346,7 +49538,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -49362,7 +49554,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -49378,7 +49570,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49408,7 +49600,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49423,7 +49615,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49443,7 +49635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -49524,7 +49716,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49539,7 +49731,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49554,7 +49746,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49569,7 +49761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -49585,7 +49777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -49601,7 +49793,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49631,7 +49823,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49646,7 +49838,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49670,7 +49862,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49685,7 +49877,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49700,7 +49892,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49715,7 +49907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -49731,7 +49923,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -49747,7 +49939,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49777,7 +49969,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49792,7 +49984,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -49819,7 +50011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IChannel, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EventTypeInfoInlineEventType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes",
"PartnerDestinationInfoResourceMoveChangeHistory": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory]",
@@ -49899,7 +50091,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -49940,7 +50132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -50068,7 +50260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory"
},
"ValidateNotNullOrEmpty": false
@@ -50160,7 +50352,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50169,7 +50361,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50178,7 +50370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -50188,7 +50380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -50198,7 +50390,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50216,7 +50408,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50225,7 +50417,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -50325,7 +50517,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50340,7 +50532,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50355,7 +50547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -50371,7 +50563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -50387,7 +50579,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50417,7 +50609,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50432,7 +50624,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50537,7 +50729,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50552,7 +50744,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50567,7 +50759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -50583,7 +50775,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -50599,7 +50791,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50629,7 +50821,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50644,7 +50836,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -50682,7 +50874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -50870,7 +51062,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory"
},
"ValidateNotNullOrEmpty": false
@@ -50986,7 +51178,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51001,7 +51193,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51016,7 +51208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -51032,7 +51224,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -51048,7 +51240,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51078,7 +51270,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51093,7 +51285,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51320,7 +51512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory"
},
"ValidateNotNullOrEmpty": false
@@ -51436,7 +51628,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51451,7 +51643,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51466,7 +51658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -51482,7 +51674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -51498,7 +51690,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51528,7 +51720,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51543,7 +51735,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51563,7 +51755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -51751,7 +51943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResourceMoveChangeHistory"
},
"ValidateNotNullOrEmpty": false
@@ -51867,7 +52059,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51882,7 +52074,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51897,7 +52089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -51913,7 +52105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -51929,7 +52121,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51959,7 +52151,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51974,7 +52166,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -51998,7 +52190,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52013,7 +52205,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52028,7 +52220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -52044,7 +52236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -52060,7 +52252,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52090,7 +52282,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52105,7 +52297,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52132,7 +52324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClient, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attribute": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientPropertiesAttributes",
"CertificateAuthenticationAllowedThumbprint": "System.Collections.Generic.List`1[System.String]",
@@ -52208,7 +52400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -52249,7 +52441,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -52421,7 +52613,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52430,7 +52622,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52439,7 +52631,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52448,7 +52640,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -52458,7 +52650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -52468,7 +52660,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52486,7 +52678,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52495,7 +52687,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -52595,7 +52787,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52610,7 +52802,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52625,7 +52817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52640,7 +52832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -52656,7 +52848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -52672,7 +52864,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52702,7 +52894,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52717,7 +52909,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52822,7 +53014,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52837,7 +53029,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52852,7 +53044,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52867,7 +53059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -52883,7 +53075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -52899,7 +53091,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52929,7 +53121,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52944,7 +53136,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -52982,7 +53174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -53214,7 +53406,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53229,7 +53421,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53244,7 +53436,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53259,7 +53451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -53275,7 +53467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -53291,7 +53483,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53321,7 +53513,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53336,7 +53528,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53607,7 +53799,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53622,7 +53814,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53637,7 +53829,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53652,7 +53844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -53668,7 +53860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -53684,7 +53876,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53714,7 +53906,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53729,7 +53921,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53749,7 +53941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -53981,7 +54173,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -53996,7 +54188,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54011,7 +54203,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54026,7 +54218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54042,7 +54234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54058,7 +54250,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54088,7 +54280,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54103,7 +54295,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54127,7 +54319,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54142,7 +54334,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54157,7 +54349,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54172,7 +54364,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54188,7 +54380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54204,7 +54396,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54234,7 +54426,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54249,7 +54441,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54276,7 +54468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientGroup, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -54342,7 +54534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -54383,7 +54575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -54464,7 +54656,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54473,7 +54665,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54482,7 +54674,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54491,7 +54683,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54501,7 +54693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54511,7 +54703,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54529,7 +54721,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54538,7 +54730,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -54638,7 +54830,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54653,7 +54845,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54668,7 +54860,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54683,7 +54875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54699,7 +54891,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54715,7 +54907,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54745,7 +54937,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54760,7 +54952,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54865,7 +55057,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54880,7 +55072,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54895,7 +55087,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54910,7 +55102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54926,7 +55118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -54942,7 +55134,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54972,7 +55164,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -54987,7 +55179,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55025,7 +55217,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -55106,7 +55298,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55121,7 +55313,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55136,7 +55328,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55151,7 +55343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55167,7 +55359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55183,7 +55375,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55213,7 +55405,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55228,7 +55420,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55348,7 +55540,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55363,7 +55555,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55378,7 +55570,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55393,7 +55585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55409,7 +55601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55425,7 +55617,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55455,7 +55647,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55470,7 +55662,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55490,7 +55682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -55571,7 +55763,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55586,7 +55778,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55601,7 +55793,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55616,7 +55808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55632,7 +55824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55648,7 +55840,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55678,7 +55870,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55693,7 +55885,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55717,7 +55909,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55732,7 +55924,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55747,7 +55939,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55762,7 +55954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55778,7 +55970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -55794,7 +55986,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55824,7 +56016,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -55839,177 +56031,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzEventGridDeliveryAttributeMappingObject",
- "Name": "New-AzEventGridDeliveryAttributeMappingObject",
- "ClassName": "New-AzEventGridDeliveryAttributeMappingObject",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 0,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DeliveryAttributeMapping, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Name": "System.String",
- "Type": "System.String"
- },
- "Methods": [
- {
- "Name": "FromJson",
- "Parameters": [
- {
- "Name": "node",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
- },
- {
- "Name": "ToJson",
- "Parameters": [
- {
- "Name": "container",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
- },
- {
- "Name": "serializationMode",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
- },
- {
- "Name": "DeserializeFromDictionary",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.Collections.IDictionary"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
- },
- {
- "Name": "DeserializeFromPSObject",
- "Parameters": [
- {
- "Name": "content",
- "Type": "System.Management.Automation.PSObject"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
- },
- {
- "Name": "FromJsonString",
- "Parameters": [
- {
- "Name": "jsonText",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
- },
- {
- "Name": "ToJsonString",
- "ReturnType": "System.String"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "Type",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Type",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56036,7 +56058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomain, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EventTypeInfoInlineEventType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities",
@@ -56110,7 +56132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -56160,7 +56182,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56169,7 +56191,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56187,7 +56209,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56196,7 +56218,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56241,7 +56263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -56331,7 +56353,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56340,7 +56362,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56349,7 +56371,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56358,7 +56380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56368,7 +56390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56378,7 +56400,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56387,7 +56409,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56405,7 +56427,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56414,7 +56436,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -56499,7 +56521,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56514,7 +56536,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56529,7 +56551,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56544,7 +56566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56560,7 +56582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56576,7 +56598,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56591,7 +56613,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56621,7 +56643,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56636,7 +56658,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56726,7 +56748,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56741,7 +56763,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56756,7 +56778,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56771,7 +56793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56787,7 +56809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -56803,7 +56825,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56818,7 +56840,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56848,7 +56870,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56863,7 +56885,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56949,7 +56971,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56964,7 +56986,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -56994,7 +57016,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57009,7 +57031,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57084,7 +57106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -57198,7 +57220,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57213,7 +57235,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57228,7 +57250,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57243,7 +57265,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57259,7 +57281,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57275,7 +57297,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57290,7 +57312,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57320,7 +57342,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57335,7 +57357,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57355,7 +57377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -57417,7 +57439,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57432,7 +57454,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57462,7 +57484,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57477,7 +57499,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57552,7 +57574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -57666,7 +57688,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57681,7 +57703,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57696,7 +57718,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57711,7 +57733,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57727,7 +57749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57743,7 +57765,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57758,7 +57780,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57788,7 +57810,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57803,7 +57825,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57827,7 +57849,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57842,7 +57864,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57857,7 +57879,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57872,7 +57894,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57888,7 +57910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -57904,7 +57926,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57919,7 +57941,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57949,7 +57971,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57964,7 +57986,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -57991,7 +58013,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -58072,7 +58094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -58113,7 +58135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -58172,7 +58194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -58202,7 +58224,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -58232,7 +58254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -58242,7 +58264,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58261,7 +58283,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58338,7 +58360,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58347,7 +58369,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58356,7 +58378,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58365,7 +58387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58375,7 +58397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58385,7 +58407,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58394,7 +58416,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58412,7 +58434,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58421,7 +58443,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -58518,7 +58540,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58533,7 +58555,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58548,7 +58570,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58563,7 +58585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58579,7 +58601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58595,7 +58617,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58610,7 +58632,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58640,7 +58662,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58655,7 +58677,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58757,7 +58779,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58772,7 +58794,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58787,7 +58809,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58802,7 +58824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58818,7 +58840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -58834,7 +58856,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58849,7 +58871,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58879,7 +58901,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -58894,7 +58916,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59007,7 +59029,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -59055,7 +59077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -59103,7 +59125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -59119,7 +59141,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59150,7 +59172,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59245,7 +59267,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59260,7 +59282,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59275,7 +59297,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59290,7 +59312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59306,7 +59328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59322,7 +59344,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59337,7 +59359,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59367,7 +59389,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59382,7 +59404,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59417,7 +59439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -59494,7 +59516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -59542,7 +59564,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -59590,7 +59612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -59606,7 +59628,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59637,7 +59659,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59732,7 +59754,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59747,7 +59769,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59762,7 +59784,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59777,7 +59799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59793,7 +59815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -59809,7 +59831,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59824,7 +59846,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59854,7 +59876,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59869,7 +59891,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -59889,7 +59911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -59966,7 +59988,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -60014,7 +60036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -60062,7 +60084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -60078,7 +60100,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60109,7 +60131,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60204,7 +60226,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60219,7 +60241,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60234,7 +60256,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60249,7 +60271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60265,7 +60287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60281,7 +60303,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60296,7 +60318,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60326,7 +60348,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60341,7 +60363,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60365,7 +60387,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60380,7 +60402,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60395,7 +60417,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60410,7 +60432,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60426,7 +60448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60442,7 +60464,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60457,7 +60479,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60487,7 +60509,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60502,7 +60524,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60529,7 +60551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainSharedAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainSharedAccessKeys, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainSharedAccessKeys, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -60576,7 +60598,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -60648,7 +60670,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60657,7 +60679,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60666,7 +60688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60676,7 +60698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60686,7 +60708,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60704,7 +60726,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60713,7 +60735,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -60795,7 +60817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60810,7 +60832,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60825,7 +60847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60841,7 +60863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -60857,7 +60879,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60887,7 +60909,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60902,7 +60924,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -60989,7 +61011,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61004,7 +61026,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61019,7 +61041,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61035,7 +61057,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61051,7 +61073,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61081,7 +61103,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61096,7 +61118,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61183,7 +61205,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61198,7 +61220,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61213,7 +61235,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61229,7 +61251,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61245,7 +61267,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61275,7 +61297,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61290,7 +61312,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61310,7 +61332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -61376,7 +61398,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61391,7 +61413,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61406,7 +61428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61422,7 +61444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61438,7 +61460,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61468,7 +61490,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61483,7 +61505,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61507,7 +61529,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61522,7 +61544,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61537,7 +61559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61553,7 +61575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61569,7 +61591,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61599,7 +61621,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61614,7 +61636,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61641,7 +61663,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -61712,7 +61734,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61721,7 +61743,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61730,7 +61752,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61739,7 +61761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61749,7 +61771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61759,7 +61781,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61768,7 +61790,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61786,7 +61808,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61795,7 +61817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -61883,7 +61905,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61898,7 +61920,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61913,7 +61935,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61928,7 +61950,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61944,7 +61966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -61960,7 +61982,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -61975,7 +61997,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62005,7 +62027,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62020,7 +62042,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62047,7 +62069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -62137,7 +62159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -62178,7 +62200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -62219,7 +62241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -62278,7 +62300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -62308,7 +62330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -62338,7 +62360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -62348,7 +62370,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62367,7 +62389,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62444,7 +62466,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62453,7 +62475,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62462,7 +62484,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62471,7 +62493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62481,7 +62503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62491,7 +62513,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62500,7 +62522,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62518,7 +62540,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62527,7 +62549,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -62639,7 +62661,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62654,7 +62676,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62669,7 +62691,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62684,7 +62706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62700,7 +62722,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62716,7 +62738,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62731,7 +62753,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62761,7 +62783,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62776,7 +62798,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62893,7 +62915,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62908,7 +62930,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62923,7 +62945,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62938,7 +62960,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62954,7 +62976,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -62970,7 +62992,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -62985,7 +63007,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63015,7 +63037,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63030,7 +63052,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63158,7 +63180,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -63206,7 +63228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -63254,7 +63276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -63270,7 +63292,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63301,7 +63323,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63396,7 +63418,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63411,7 +63433,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63426,7 +63448,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63441,7 +63463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63457,7 +63479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63473,7 +63495,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63488,7 +63510,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63518,7 +63540,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63533,7 +63555,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63568,7 +63590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -63645,7 +63667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -63693,7 +63715,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -63741,7 +63763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -63757,7 +63779,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63788,7 +63810,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63883,7 +63905,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63898,7 +63920,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63913,7 +63935,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63928,7 +63950,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63944,7 +63966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -63960,7 +63982,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -63975,7 +63997,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64005,7 +64027,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64020,7 +64042,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64070,7 +64092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -64147,7 +64169,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -64195,7 +64217,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -64243,7 +64265,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -64259,7 +64281,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64290,7 +64312,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64385,7 +64407,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64400,7 +64422,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64415,7 +64437,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64430,7 +64452,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64446,7 +64468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64462,7 +64484,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64477,7 +64499,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64507,7 +64529,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64522,7 +64544,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64542,7 +64564,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -64619,7 +64641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -64667,7 +64689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -64715,7 +64737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -64731,7 +64753,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64762,7 +64784,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64857,7 +64879,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64872,7 +64894,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64887,7 +64909,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64902,7 +64924,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64918,7 +64940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -64934,7 +64956,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64949,7 +64971,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64979,7 +65001,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -64994,7 +65016,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65018,7 +65040,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65033,7 +65055,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65048,7 +65070,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65063,7 +65085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65079,7 +65101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -65095,7 +65117,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65110,7 +65132,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65140,7 +65162,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65155,7 +65177,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -65170,9 +65192,9 @@
},
{
"VerbName": "New",
- "NounName": "AzEventGridDynamicRoutingEnrichmentObject",
- "Name": "New-AzEventGridDynamicRoutingEnrichmentObject",
- "ClassName": "New-AzEventGridDynamicRoutingEnrichmentObject",
+ "NounName": "AzEventGridDynamicDeliveryAttributeMappingObject",
+ "Name": "New-AzEventGridDynamicDeliveryAttributeMappingObject",
+ "ClassName": "New-AzEventGridDynamicDeliveryAttributeMappingObject",
"SupportsShouldProcess": false,
"ConfirmImpact": 0,
"SupportsPaging": false,
@@ -65181,13 +65203,24 @@
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicRoutingEnrichment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicRoutingEnrichment, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMapping, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Key": "System.String",
- "Value": "System.String"
+ "Name": "System.String",
+ "SourceField": "System.String",
+ "Type": "System.String"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
{
"Name": "FromJson",
"Parameters": [
@@ -65196,7 +65229,7 @@
"Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicDeliveryAttributeMapping"
},
{
"Name": "ToJson",
@@ -65220,7 +65253,7 @@
"Type": "System.Collections.IDictionary"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicDeliveryAttributeMapping"
},
{
"Name": "DeserializeFromPSObject",
@@ -65230,7 +65263,7 @@
"Type": "System.Management.Automation.PSObject"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicDeliveryAttributeMapping"
},
{
"Name": "FromJsonString",
@@ -65240,7 +65273,7 @@
"Type": "System.String"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicDeliveryAttributeMapping"
},
{
"Name": "ToJsonString",
@@ -65282,7 +65315,7 @@
],
"Parameters": [
{
- "Name": "Key",
+ "Name": "SourceField",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -65291,7 +65324,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Value",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -65306,7 +65339,7 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Key",
+ "Name": "SourceField",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -65321,7 +65354,7 @@
},
{
"ParameterMetadata": {
- "Name": "Value",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -65340,9 +65373,9 @@
},
{
"VerbName": "New",
- "NounName": "AzEventGridEventHubEventSubscriptionDestinationObject",
- "Name": "New-AzEventGridEventHubEventSubscriptionDestinationObject",
- "ClassName": "New-AzEventGridEventHubEventSubscriptionDestinationObject",
+ "NounName": "AzEventGridDynamicRoutingEnrichmentObject",
+ "Name": "New-AzEventGridDynamicRoutingEnrichmentObject",
+ "ClassName": "New-AzEventGridDynamicRoutingEnrichmentObject",
"SupportsShouldProcess": false,
"ConfirmImpact": 0,
"SupportsPaging": false,
@@ -65351,24 +65384,13 @@
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventHubEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventHubEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicRoutingEnrichment",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicRoutingEnrichment, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "DeliveryAttributeMapping": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]",
- "EndpointType": "System.String",
- "ResourceId": "System.String"
+ "Key": "System.String",
+ "Value": "System.String"
},
"Methods": [
- {
- "Name": "Validate",
- "Parameters": [
- {
- "Name": "eventListener",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task"
- },
{
"Name": "FromJson",
"Parameters": [
@@ -65377,7 +65399,7 @@
"Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestination"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
},
{
"Name": "ToJson",
@@ -65401,7 +65423,7 @@
"Type": "System.Collections.IDictionary"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestination"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
},
{
"Name": "DeserializeFromPSObject",
@@ -65411,7 +65433,7 @@
"Type": "System.Management.Automation.PSObject"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestination"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
},
{
"Name": "FromJsonString",
@@ -65421,7 +65443,7 @@
"Type": "System.String"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestination"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
},
{
"Name": "ToJsonString",
@@ -65463,17 +65485,16 @@
],
"Parameters": [
{
- "Name": "DeliveryAttributeMapping",
+ "Name": "Key",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ResourceId",
+ "Name": "Value",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -65488,12 +65509,11 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "DeliveryAttributeMapping",
+ "Name": "Key",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -65504,7 +65524,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "Value",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -65523,9 +65543,9 @@
},
{
"VerbName": "New",
- "NounName": "AzEventGridFilterObject",
- "Name": "New-AzEventGridFilterObject",
- "ClassName": "New-AzEventGridFilterObject",
+ "NounName": "AzEventGridEventHubEventSubscriptionDestinationObject",
+ "Name": "New-AzEventGridEventHubEventSubscriptionDestinationObject",
+ "ClassName": "New-AzEventGridEventHubEventSubscriptionDestinationObject",
"SupportsShouldProcess": false,
"ConfirmImpact": 0,
"SupportsPaging": false,
@@ -65534,13 +65554,24 @@
{
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Filter, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventHubEventSubscriptionDestination",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventHubEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Key": "System.String",
- "OperatorType": "System.String"
+ "DeliveryAttributeMapping": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]",
+ "EndpointType": "System.String",
+ "ResourceId": "System.String"
},
"Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
{
"Name": "FromJson",
"Parameters": [
@@ -65549,7 +65580,7 @@
"Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestination"
},
{
"Name": "ToJson",
@@ -65573,7 +65604,183 @@
"Type": "System.Collections.IDictionary"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestination"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestination"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventHubEventSubscriptionDestination"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "DeliveryAttributeMapping",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DeliveryAttributeMapping",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridEventSubscriptionFilterObject",
+ "Name": "New-AzEventGridEventSubscriptionFilterObject",
+ "ClassName": "New-AzEventGridEventSubscriptionFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventSubscriptionFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AdvancedFilter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter]",
+ "IncludedEventType": "System.Collections.Generic.List`1[System.String]",
+ "EnableAdvancedFilteringOnArray": "System.Nullable`1[System.Boolean]",
+ "IsSubjectCaseSensitive": "System.Nullable`1[System.Boolean]",
+ "SubjectBeginsWith": "System.String",
+ "SubjectEndsWith": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFilter"
},
{
"Name": "DeserializeFromPSObject",
@@ -65583,7 +65790,7 @@
"Type": "System.Management.Automation.PSObject"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFilter"
},
{
"Name": "FromJsonString",
@@ -65593,7 +65800,7 @@
"Type": "System.String"
}
],
- "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter"
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionFilter"
},
{
"Name": "ToJsonString",
@@ -65635,7 +65842,45 @@
],
"Parameters": [
{
- "Name": "OperatorType",
+ "Name": "AdvancedFilter",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAdvancedFilteringOnArray",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IncludedEventType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IsSubjectCaseSensitive",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubjectBeginsWith",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -65644,7 +65889,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Key",
+ "Name": "SubjectEndsWith",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -65659,7 +65904,69 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "OperatorType",
+ "Name": "AdvancedFilter",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAdvancedFilteringOnArray",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IncludedEventType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IsSubjectCaseSensitive",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubjectBeginsWith",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -65667,14 +65974,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Key",
+ "Name": "SubjectEndsWith",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -65705,7 +66012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.HybridConnectionEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.HybridConnectionEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.HybridConnectionEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryAttributeMapping": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping]",
"EndpointType": "System.String",
@@ -65820,7 +66127,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
},
"ValidateNotNullOrEmpty": false
@@ -65845,7 +66152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDeliveryAttributeMapping"
},
"ValidateNotNullOrEmpty": false
@@ -65888,7 +66195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.InboundIPRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.InboundIPRule, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.InboundIPRule, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "System.String",
"IPMask": "System.String"
@@ -66044,6 +66351,630 @@
}
]
},
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridIsNotNullAdvancedFilterObject",
+ "Name": "New-AzEventGridIsNotNullAdvancedFilterObject",
+ "ClassName": "New-AzEventGridIsNotNullAdvancedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Key": "System.String",
+ "OperatorType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNotNullAdvancedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNotNullAdvancedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNotNullAdvancedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNotNullAdvancedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridIsNotNullFilterObject",
+ "Name": "New-AzEventGridIsNotNullFilterObject",
+ "ClassName": "New-AzEventGridIsNotNullFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNotNullFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Key": "System.String",
+ "OperatorType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNotNullFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNotNullFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNotNullFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNotNullFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridIsNullOrUndefinedAdvancedFilterObject",
+ "Name": "New-AzEventGridIsNullOrUndefinedAdvancedFilterObject",
+ "ClassName": "New-AzEventGridIsNullOrUndefinedAdvancedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Key": "System.String",
+ "OperatorType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNullOrUndefinedAdvancedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNullOrUndefinedAdvancedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNullOrUndefinedAdvancedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNullOrUndefinedAdvancedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridIsNullOrUndefinedFilterObject",
+ "Name": "New-AzEventGridIsNullOrUndefinedFilterObject",
+ "ClassName": "New-AzEventGridIsNullOrUndefinedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IsNullOrUndefinedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Key": "System.String",
+ "OperatorType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNullOrUndefinedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNullOrUndefinedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNullOrUndefinedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIsNullOrUndefinedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
{
"VerbName": "New",
"NounName": "AzEventGridNamespace",
@@ -66058,7 +66989,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespace, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities",
"RoutingEnrichmentDynamic": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment]",
@@ -66135,7 +67066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -66195,7 +67126,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66222,7 +67153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -66232,7 +67163,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66250,7 +67181,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection"
},
"ValidateNotNullOrEmpty": false
@@ -66269,7 +67200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
},
"ValidateNotNullOrEmpty": false
@@ -66279,7 +67210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment"
},
"ValidateNotNullOrEmpty": false
@@ -66405,7 +67336,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66414,7 +67345,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66423,7 +67354,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66432,7 +67363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66442,7 +67373,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66452,7 +67383,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66470,7 +67401,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66479,7 +67410,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -66564,7 +67495,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66579,7 +67510,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66594,7 +67525,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66609,7 +67540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66625,7 +67556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66641,7 +67572,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66671,7 +67602,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66686,7 +67617,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66776,7 +67707,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66791,7 +67722,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66806,7 +67737,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66821,7 +67752,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66837,7 +67768,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -66853,7 +67784,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66883,7 +67814,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -66898,7 +67829,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67000,7 +67931,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67045,7 +67976,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -67061,7 +67992,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67091,7 +68022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection"
},
"ValidateNotNullOrEmpty": false
@@ -67122,7 +68053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
},
"ValidateNotNullOrEmpty": false
@@ -67138,7 +68069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment"
},
"ValidateNotNullOrEmpty": false
@@ -67312,7 +68243,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67327,7 +68258,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67342,7 +68273,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67357,7 +68288,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67373,7 +68304,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67389,7 +68320,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67419,7 +68350,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67434,7 +68365,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67454,7 +68385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -67532,7 +68463,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67577,7 +68508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -67593,7 +68524,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67623,7 +68554,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection"
},
"ValidateNotNullOrEmpty": false
@@ -67654,7 +68585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicRoutingEnrichment"
},
"ValidateNotNullOrEmpty": false
@@ -67670,7 +68601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IStaticRoutingEnrichment"
},
"ValidateNotNullOrEmpty": false
@@ -67844,7 +68775,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67859,7 +68790,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67874,7 +68805,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67889,7 +68820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67905,7 +68836,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -67921,7 +68852,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67951,7 +68882,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67966,7 +68897,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -67990,7 +68921,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68005,7 +68936,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68020,7 +68951,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68035,7 +68966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68051,7 +68982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68067,7 +68998,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68097,7 +69028,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68112,7 +69043,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68139,7 +69070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceSharedAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceSharedAccessKeys, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceSharedAccessKeys, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -68186,7 +69117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -68258,7 +69189,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68267,7 +69198,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68276,7 +69207,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68285,7 +69216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68295,7 +69226,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68305,7 +69236,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68323,7 +69254,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68332,7 +69263,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -68414,7 +69345,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68429,7 +69360,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68444,7 +69375,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68459,7 +69390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68475,7 +69406,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68491,7 +69422,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68521,7 +69452,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68536,7 +69467,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68623,7 +69554,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68638,7 +69569,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68653,7 +69584,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68668,7 +69599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68684,7 +69615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68700,7 +69631,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68730,7 +69661,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68745,7 +69676,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68832,7 +69763,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68847,7 +69778,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68862,7 +69793,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68877,7 +69808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68893,7 +69824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -68909,7 +69840,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68939,7 +69870,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68954,7 +69885,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -68974,7 +69905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -69040,7 +69971,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69055,7 +69986,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69070,7 +70001,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69085,7 +70016,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69101,7 +70032,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69117,7 +70048,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69147,7 +70078,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69162,7 +70093,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69186,7 +70117,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69201,7 +70132,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69216,7 +70147,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69231,7 +70162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69247,7 +70178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69263,7 +70194,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69293,7 +70224,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69308,7 +70239,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69335,7 +70266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespaceTopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -69399,7 +70330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -69440,7 +70371,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -69530,7 +70461,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69539,7 +70470,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69548,7 +70479,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69557,7 +70488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69567,7 +70498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69577,7 +70508,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69595,7 +70526,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69604,7 +70535,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -69701,7 +70632,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69716,7 +70647,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69731,7 +70662,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69746,7 +70677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69762,7 +70693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69778,7 +70709,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69808,7 +70739,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69823,7 +70754,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69925,7 +70856,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69940,7 +70871,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69955,7 +70886,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -69970,7 +70901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -69986,7 +70917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70002,7 +70933,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70032,7 +70963,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70047,7 +70978,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70179,7 +71110,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70194,7 +71125,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70209,7 +71140,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70224,7 +71155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70240,7 +71171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70256,7 +71187,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70286,7 +71217,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70301,7 +71232,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70336,7 +71267,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -70432,7 +71363,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70447,7 +71378,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70462,7 +71393,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70477,7 +71408,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70493,7 +71424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70509,7 +71440,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70539,7 +71470,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70554,7 +71485,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70574,7 +71505,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -70670,7 +71601,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70685,7 +71616,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70700,7 +71631,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70715,7 +71646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70731,7 +71662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70747,7 +71678,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70777,7 +71708,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70792,7 +71723,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70816,7 +71747,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70831,7 +71762,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70846,7 +71777,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70861,7 +71792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70877,7 +71808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -70893,7 +71824,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70923,7 +71854,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70938,7 +71869,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -70965,7 +71896,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FilterConfigurationFilter": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter]",
"FilterConfigurationIncludedEventType": "System.Collections.Generic.List`1[System.String]",
@@ -71045,7 +71976,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -71086,7 +72017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -71127,7 +72058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -71186,7 +72117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter"
},
"ValidateNotNullOrEmpty": false
@@ -71276,7 +72207,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71285,7 +72216,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71294,7 +72225,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71303,7 +72234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71313,7 +72244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71323,7 +72254,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71341,7 +72272,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71350,7 +72281,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -71462,7 +72393,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71477,7 +72408,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71492,7 +72423,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71507,7 +72438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71523,7 +72454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71539,7 +72470,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71569,7 +72500,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71584,7 +72515,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71701,7 +72632,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71716,7 +72647,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71731,7 +72662,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71746,7 +72677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71762,7 +72693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -71778,7 +72709,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71808,7 +72739,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71823,7 +72754,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -71858,7 +72789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -71935,7 +72866,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter"
},
"ValidateNotNullOrEmpty": false
@@ -72049,7 +72980,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72064,7 +72995,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72079,7 +73010,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72094,7 +73025,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -72110,7 +73041,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -72126,7 +73057,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72156,7 +73087,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72171,7 +73102,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72221,7 +73152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -72298,7 +73229,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter"
},
"ValidateNotNullOrEmpty": false
@@ -72412,7 +73343,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72427,7 +73358,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72442,7 +73373,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72457,7 +73388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -72473,7 +73404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -72489,7 +73420,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72519,7 +73450,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72534,7 +73465,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72662,7 +73593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter"
},
"ValidateNotNullOrEmpty": false
@@ -72776,7 +73707,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72791,7 +73722,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72806,7 +73737,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72821,7 +73752,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -72837,7 +73768,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -72853,7 +73784,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72883,7 +73814,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72898,7 +73829,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -72918,7 +73849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -72995,7 +73926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IFilter"
},
"ValidateNotNullOrEmpty": false
@@ -73109,7 +74040,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73124,7 +74055,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73139,7 +74070,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73154,7 +74085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -73170,7 +74101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -73186,7 +74117,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73216,7 +74147,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73231,7 +74162,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73255,7 +74186,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73270,7 +74201,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73285,7 +74216,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73300,7 +74231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -73316,7 +74247,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -73332,7 +74263,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73362,7 +74293,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73377,7 +74308,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73404,7 +74335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicSharedAccessKeys, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -73460,7 +74391,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -73501,7 +74432,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -73573,7 +74504,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73582,7 +74513,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73591,7 +74522,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73600,7 +74531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -73610,7 +74541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -73620,7 +74551,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73638,7 +74569,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73647,7 +74578,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -73744,7 +74675,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73759,7 +74690,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73774,7 +74705,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73789,7 +74720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -73805,7 +74736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -73821,7 +74752,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73851,7 +74782,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73866,7 +74797,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73968,7 +74899,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73983,7 +74914,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -73998,7 +74929,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74013,7 +74944,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -74029,7 +74960,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -74045,7 +74976,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74075,7 +75006,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74090,7 +75021,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74192,7 +75123,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74207,7 +75138,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74222,7 +75153,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74237,7 +75168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -74253,7 +75184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -74269,7 +75200,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74299,7 +75230,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74314,7 +75245,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74349,7 +75280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -74415,7 +75346,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74430,7 +75361,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74445,7 +75376,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74460,7 +75391,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -74476,7 +75407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -74492,7 +75423,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74522,7 +75453,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74537,7 +75468,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74557,7 +75488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -74623,7 +75554,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74638,7 +75569,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74653,7 +75584,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74668,7 +75599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -74684,7 +75615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -74700,7 +75631,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74730,7 +75661,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74745,7 +75676,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74769,7 +75700,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74784,7 +75715,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74799,7 +75730,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74814,7 +75745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -74830,7 +75761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -74846,7 +75777,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74876,7 +75807,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -74891,7 +75822,2919 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberGreaterThanAdvancedFilterObject",
+ "Name": "New-AzEventGridNumberGreaterThanAdvancedFilterObject",
+ "ClassName": "New-AzEventGridNumberGreaterThanAdvancedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Nullable`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanAdvancedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanAdvancedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanAdvancedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanAdvancedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberGreaterThanFilterObject",
+ "Name": "New-AzEventGridNumberGreaterThanFilterObject",
+ "ClassName": "New-AzEventGridNumberGreaterThanFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Nullable`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject",
+ "Name": "New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject",
+ "ClassName": "New-AzEventGridNumberGreaterThanOrEqualsAdvancedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Nullable`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanOrEqualsAdvancedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanOrEqualsAdvancedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanOrEqualsAdvancedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanOrEqualsAdvancedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberGreaterThanOrEqualsFilterObject",
+ "Name": "New-AzEventGridNumberGreaterThanOrEqualsFilterObject",
+ "ClassName": "New-AzEventGridNumberGreaterThanOrEqualsFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberGreaterThanOrEqualsFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Nullable`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanOrEqualsFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanOrEqualsFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanOrEqualsFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberGreaterThanOrEqualsFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberInAdvancedFilterObject",
+ "Name": "New-AzEventGridNumberInAdvancedFilterObject",
+ "ClassName": "New-AzEventGridNumberInAdvancedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInAdvancedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInAdvancedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInAdvancedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInAdvancedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[]",
+ "AssemblyQualifiedName": "System.Double[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[]",
+ "AssemblyQualifiedName": "System.Double[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberInFilterObject",
+ "Name": "New-AzEventGridNumberInFilterObject",
+ "ClassName": "New-AzEventGridNumberInFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[]",
+ "AssemblyQualifiedName": "System.Double[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[]",
+ "AssemblyQualifiedName": "System.Double[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberInRangeAdvancedFilterObject",
+ "Name": "New-AzEventGridNumberInRangeAdvancedFilterObject",
+ "ClassName": "New-AzEventGridNumberInRangeAdvancedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[System.Collections.Generic.List`1[System.Double]]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInRangeAdvancedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInRangeAdvancedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInRangeAdvancedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInRangeAdvancedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[][]",
+ "AssemblyQualifiedName": "System.Double[][], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double[]"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[][]",
+ "AssemblyQualifiedName": "System.Double[][], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double[]"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberInRangeFilterObject",
+ "Name": "New-AzEventGridNumberInRangeFilterObject",
+ "ClassName": "New-AzEventGridNumberInRangeFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberInRangeFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[System.Collections.Generic.List`1[System.Double]]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInRangeFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInRangeFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInRangeFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberInRangeFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[][]",
+ "AssemblyQualifiedName": "System.Double[][], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double[]"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[][]",
+ "AssemblyQualifiedName": "System.Double[][], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double[]"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberLessThanAdvancedFilterObject",
+ "Name": "New-AzEventGridNumberLessThanAdvancedFilterObject",
+ "ClassName": "New-AzEventGridNumberLessThanAdvancedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Nullable`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanAdvancedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanAdvancedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanAdvancedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanAdvancedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberLessThanFilterObject",
+ "Name": "New-AzEventGridNumberLessThanFilterObject",
+ "ClassName": "New-AzEventGridNumberLessThanFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Nullable`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberLessThanOrEqualsAdvancedFilterObject",
+ "Name": "New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject",
+ "ClassName": "New-AzEventGridNumberLessThanOrEqualsAdvancedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Nullable`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanOrEqualsAdvancedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanOrEqualsAdvancedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanOrEqualsAdvancedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanOrEqualsAdvancedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberLessThanOrEqualsFilterObject",
+ "Name": "New-AzEventGridNumberLessThanOrEqualsFilterObject",
+ "ClassName": "New-AzEventGridNumberLessThanOrEqualsFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberLessThanOrEqualsFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Nullable`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanOrEqualsFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanOrEqualsFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanOrEqualsFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberLessThanOrEqualsFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double",
+ "AssemblyQualifiedName": "System.Double, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberNotInAdvancedFilterObject",
+ "Name": "New-AzEventGridNumberNotInAdvancedFilterObject",
+ "ClassName": "New-AzEventGridNumberNotInAdvancedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInAdvancedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInAdvancedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInAdvancedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInAdvancedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[]",
+ "AssemblyQualifiedName": "System.Double[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[]",
+ "AssemblyQualifiedName": "System.Double[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberNotInFilterObject",
+ "Name": "New-AzEventGridNumberNotInFilterObject",
+ "ClassName": "New-AzEventGridNumberNotInFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[System.Double]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[]",
+ "AssemblyQualifiedName": "System.Double[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[]",
+ "AssemblyQualifiedName": "System.Double[], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberNotInRangeAdvancedFilterObject",
+ "Name": "New-AzEventGridNumberNotInRangeAdvancedFilterObject",
+ "ClassName": "New-AzEventGridNumberNotInRangeAdvancedFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeAdvancedFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[System.Collections.Generic.List`1[System.Double]]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInRangeAdvancedFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInRangeAdvancedFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInRangeAdvancedFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInRangeAdvancedFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[][]",
+ "AssemblyQualifiedName": "System.Double[][], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double[]"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[][]",
+ "AssemblyQualifiedName": "System.Double[][], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double[]"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventGridNumberNotInRangeFilterObject",
+ "Name": "New-AzEventGridNumberNotInRangeFilterObject",
+ "ClassName": "New-AzEventGridNumberNotInRangeFilterObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 0,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NumberNotInRangeFilter, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Value": "System.Collections.Generic.List`1[System.Collections.Generic.List`1[System.Double]]",
+ "OperatorType": "System.String",
+ "Key": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "Validate",
+ "Parameters": [
+ {
+ "Name": "eventListener",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener"
+ }
+ ],
+ "ReturnType": "System.Threading.Tasks.Task"
+ },
+ {
+ "Name": "FromJson",
+ "Parameters": [
+ {
+ "Name": "node",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInRangeFilter"
+ },
+ {
+ "Name": "ToJson",
+ "Parameters": [
+ {
+ "Name": "container",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject"
+ },
+ {
+ "Name": "serializationMode",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode"
+ },
+ {
+ "Name": "DeserializeFromDictionary",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInRangeFilter"
+ },
+ {
+ "Name": "DeserializeFromPSObject",
+ "Parameters": [
+ {
+ "Name": "content",
+ "Type": "System.Management.Automation.PSObject"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInRangeFilter"
+ },
+ {
+ "Name": "FromJsonString",
+ "Parameters": [
+ {
+ "Name": "jsonText",
+ "Type": "System.String"
+ }
+ ],
+ "ReturnType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INumberNotInRangeFilter"
+ },
+ {
+ "Name": "ToJsonString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[][]",
+ "AssemblyQualifiedName": "System.Double[][], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double[]"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Value",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Double[][]",
+ "AssemblyQualifiedName": "System.Double[][], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Double[]"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Key",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -74918,7 +78761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfiguration, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerConfigurationTags",
"PartnerAuthorizationAuthorizedPartnersList": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner]",
@@ -74977,7 +78820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner"
},
"ValidateNotNullOrEmpty": false
@@ -75039,7 +78882,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75048,7 +78891,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75057,7 +78900,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75066,7 +78909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -75076,7 +78919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -75086,7 +78929,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75095,7 +78938,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75113,7 +78956,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75122,7 +78965,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -75174,7 +79017,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75189,7 +79032,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75204,7 +79047,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75219,7 +79062,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -75235,7 +79078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -75251,7 +79094,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75266,7 +79109,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75296,7 +79139,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75311,7 +79154,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75349,7 +79192,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartner"
},
"ValidateNotNullOrEmpty": false
@@ -75450,7 +79293,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75465,7 +79308,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75480,7 +79323,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75495,7 +79338,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -75511,7 +79354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -75527,7 +79370,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75542,7 +79385,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75572,7 +79415,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75587,7 +79430,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75659,7 +79502,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75674,7 +79517,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75689,7 +79532,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75704,7 +79547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -75720,7 +79563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -75736,7 +79579,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75751,7 +79594,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75781,7 +79624,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75796,7 +79639,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75868,7 +79711,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75883,7 +79726,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75898,7 +79741,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75913,7 +79756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -75929,7 +79772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -75945,7 +79788,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75960,7 +79803,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -75990,7 +79833,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76005,7 +79848,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76032,7 +79875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpirationTimeIfNotActivatedUtc": "System.Nullable`1[System.DateTime]",
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
@@ -76093,7 +79936,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -76228,7 +80071,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76237,7 +80080,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76246,7 +80089,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76255,7 +80098,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -76265,7 +80108,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -76275,7 +80118,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76293,7 +80136,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76302,7 +80145,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -76387,7 +80230,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76402,7 +80245,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76417,7 +80260,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76432,7 +80275,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -76448,7 +80291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -76464,7 +80307,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76494,7 +80337,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76509,7 +80352,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76599,7 +80442,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76614,7 +80457,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76629,7 +80472,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76644,7 +80487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -76660,7 +80503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -76676,7 +80519,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76706,7 +80549,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76721,7 +80564,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76916,7 +80759,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76931,7 +80774,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76946,7 +80789,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -76961,7 +80804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -76977,7 +80820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -76993,7 +80836,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77023,7 +80866,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77038,7 +80881,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77058,7 +80901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -77229,7 +81072,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77244,7 +81087,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77259,7 +81102,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77274,7 +81117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -77290,7 +81133,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -77306,7 +81149,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77336,7 +81179,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77351,7 +81194,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77375,7 +81218,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77390,7 +81233,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77405,7 +81248,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77420,7 +81263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -77436,7 +81279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -77452,7 +81295,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77482,7 +81325,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77497,7 +81340,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77524,7 +81367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String",
"ResourceId": "System.String"
@@ -77680,7 +81523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InboundIPRule": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule]",
"PrivateEndpointConnection": "System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPrivateEndpointConnection]",
@@ -77743,7 +81586,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -77793,7 +81636,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77802,7 +81645,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -77879,7 +81722,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77888,7 +81731,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77897,7 +81740,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77906,7 +81749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -77916,7 +81759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -77926,7 +81769,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77935,7 +81778,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77953,7 +81796,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -77962,7 +81805,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -78047,7 +81890,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78062,7 +81905,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78077,7 +81920,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78092,7 +81935,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -78108,7 +81951,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -78124,7 +81967,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78139,7 +81982,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78169,7 +82012,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78184,7 +82027,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78274,7 +82117,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78289,7 +82132,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78304,7 +82147,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78319,7 +82162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -78335,7 +82178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -78351,7 +82194,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78366,7 +82209,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78396,7 +82239,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78411,7 +82254,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78497,7 +82340,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78512,7 +82355,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -78607,7 +82450,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78622,7 +82465,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78637,7 +82480,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78652,7 +82495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -78668,7 +82511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -78684,7 +82527,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78699,7 +82542,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78729,7 +82572,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78744,7 +82587,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78764,7 +82607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -78826,7 +82669,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78841,7 +82684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IInboundIPRule"
},
"ValidateNotNullOrEmpty": false
@@ -78936,7 +82779,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78951,7 +82794,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78966,7 +82809,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -78981,7 +82824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -78997,7 +82840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79013,7 +82856,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79028,7 +82871,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79058,7 +82901,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79073,7 +82916,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79097,7 +82940,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79112,7 +82955,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79127,7 +82970,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79142,7 +82985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79158,7 +83001,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79174,7 +83017,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79189,7 +83032,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79219,7 +83062,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79234,7 +83077,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79261,7 +83104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespaceSharedAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespaceSharedAccessKeys, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespaceSharedAccessKeys, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -79308,7 +83151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -79380,7 +83223,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79389,7 +83232,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79398,7 +83241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79408,7 +83251,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79418,7 +83261,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79436,7 +83279,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79445,7 +83288,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -79527,7 +83370,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79542,7 +83385,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79557,7 +83400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79573,7 +83416,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79589,7 +83432,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79619,7 +83462,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79634,7 +83477,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79721,7 +83564,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79736,7 +83579,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79751,7 +83594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79767,7 +83610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79783,7 +83626,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79813,7 +83656,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79828,7 +83671,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79915,7 +83758,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79930,7 +83773,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -79945,7 +83788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79961,7 +83804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -79977,7 +83820,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80007,7 +83850,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80022,7 +83865,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80042,7 +83885,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -80108,7 +83951,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80123,7 +83966,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80138,7 +83981,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -80154,7 +83997,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -80170,7 +84013,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80200,7 +84043,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80215,7 +84058,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80239,7 +84082,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80254,7 +84097,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80269,7 +84112,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -80285,7 +84128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -80301,7 +84144,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80331,7 +84174,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80346,7 +84189,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80373,7 +84216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Partner",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Partner, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.Partner, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizationExpirationTimeInUtc": "System.Nullable`1[System.DateTime]",
"Name": "System.String",
@@ -80568,7 +84411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistration, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -80624,7 +84467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -80714,7 +84557,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80723,7 +84566,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80732,7 +84575,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80741,7 +84584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -80751,7 +84594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -80761,7 +84604,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80770,7 +84613,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80788,7 +84631,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80797,7 +84640,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -80882,7 +84725,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80897,7 +84740,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80912,7 +84755,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80927,7 +84770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -80943,7 +84786,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -80959,7 +84802,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -80974,7 +84817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81004,7 +84847,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81019,7 +84862,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81109,7 +84952,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81124,7 +84967,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81139,7 +84982,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81154,7 +84997,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -81170,7 +85013,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -81186,7 +85029,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81201,7 +85044,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81231,7 +85074,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81246,7 +85089,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81366,7 +85209,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81381,7 +85224,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81396,7 +85239,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81411,7 +85254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -81427,7 +85270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -81443,7 +85286,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81458,7 +85301,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81488,7 +85331,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81503,7 +85346,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81523,7 +85366,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -81619,7 +85462,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81634,7 +85477,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81649,7 +85492,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81664,7 +85507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -81680,7 +85523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -81696,7 +85539,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81711,7 +85554,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81741,7 +85584,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81756,7 +85599,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81780,7 +85623,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81795,7 +85638,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81810,7 +85653,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81825,7 +85668,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -81841,7 +85684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -81857,7 +85700,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81872,7 +85715,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81902,7 +85745,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81917,7 +85760,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -81944,7 +85787,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopic, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EventTypeInfoInlineEventType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IIdentityInfoUserAssignedIdentities",
@@ -82011,7 +85854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -82070,7 +85913,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82210,7 +86053,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82219,7 +86062,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82228,7 +86071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -82238,7 +86081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -82248,7 +86091,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82266,7 +86109,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82275,7 +86118,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -82360,7 +86203,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82375,7 +86218,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82390,7 +86233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -82406,7 +86249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -82422,7 +86265,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82452,7 +86295,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82467,7 +86310,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82557,7 +86400,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82572,7 +86415,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82587,7 +86430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -82603,7 +86446,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -82619,7 +86462,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82649,7 +86492,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82664,7 +86507,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82765,7 +86608,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82959,7 +86802,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82974,7 +86817,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -82989,7 +86832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -83005,7 +86848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -83021,7 +86864,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83051,7 +86894,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83066,7 +86909,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83086,7 +86929,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -83163,7 +87006,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83357,7 +87200,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83372,7 +87215,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83387,7 +87230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -83403,7 +87246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -83419,7 +87262,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83449,7 +87292,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83464,7 +87307,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83488,7 +87331,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83503,7 +87346,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83518,7 +87361,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -83534,7 +87377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -83550,7 +87393,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83580,7 +87423,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83595,7 +87438,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83622,7 +87465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscription, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeliveryWithResourceIdentityDestination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
"Destination": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
@@ -83706,7 +87549,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -83747,7 +87590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -83806,7 +87649,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -83836,7 +87679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -83875,7 +87718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -83888,7 +87731,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -83913,7 +87756,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84002,7 +87845,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84011,7 +87854,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84020,7 +87863,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84029,7 +87872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -84039,7 +87882,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -84049,7 +87892,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84058,7 +87901,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84076,7 +87919,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84085,7 +87928,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -84185,7 +88028,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84200,7 +88043,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84215,7 +88058,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84230,7 +88073,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -84246,7 +88089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -84262,7 +88105,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84277,7 +88120,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84307,7 +88150,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84322,7 +88165,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84427,7 +88270,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84442,7 +88285,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84457,7 +88300,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84472,7 +88315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -84488,7 +88331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -84504,7 +88347,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84519,7 +88362,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84549,7 +88392,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84564,7 +88407,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84602,7 +88445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -84679,7 +88522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -84727,7 +88570,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -84784,7 +88627,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -84803,7 +88646,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84840,7 +88683,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84947,7 +88790,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84962,7 +88805,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84977,7 +88820,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -84992,7 +88835,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -85008,7 +88851,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -85024,7 +88867,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85039,7 +88882,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85069,7 +88912,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85084,7 +88927,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85200,7 +89043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -85248,7 +89091,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -85305,7 +89148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -85324,7 +89167,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85361,7 +89204,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85468,7 +89311,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85483,7 +89326,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85498,7 +89341,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85513,7 +89356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -85529,7 +89372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -85545,7 +89388,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85560,7 +89403,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85590,7 +89433,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85605,7 +89448,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85625,7 +89468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -85702,7 +89545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -85750,7 +89593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventSubscriptionDestination, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndpointType": "System.String"
}
@@ -85807,7 +89650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IAdvancedFilter"
},
"ValidateNotNullOrEmpty": false
@@ -85826,7 +89669,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85863,7 +89706,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85970,7 +89813,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -85985,7 +89828,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86000,7 +89843,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86015,7 +89858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -86031,7 +89874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -86047,7 +89890,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86062,7 +89905,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86092,7 +89935,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86107,7 +89950,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86131,7 +89974,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86146,7 +89989,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86161,7 +90004,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86176,7 +90019,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -86192,7 +90035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -86208,7 +90051,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86223,7 +90066,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86253,7 +90096,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86268,7 +90111,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86295,7 +90138,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPermissionBinding, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
@@ -86363,7 +90206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -86404,7 +90247,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaCertificateName": "System.String",
"TopicSpaceName": "System.String",
@@ -86503,7 +90346,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86512,7 +90355,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86521,7 +90364,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86530,7 +90373,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -86540,7 +90383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -86550,7 +90393,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86568,7 +90411,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86577,7 +90420,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -86601,12 +90444,1038 @@
},
"Mandatory": true,
"Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NamespaceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "JsonString",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaJsonFilePath",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "PermissionBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NamespaceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "JsonFilePath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaIdentityNamespaceExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "PermissionBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NamespaceInputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CaCertificateName": "System.String",
+ "TopicSpaceName": "System.String",
+ "TopicName": "System.String",
+ "SystemTopicName": "System.String",
+ "SubscriptionId": "System.String",
+ "Scope": "System.String",
+ "ResourceTypeName": "System.String",
+ "ResourceName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ProviderNamespace": "System.String",
+ "PrivateLinkResourceName": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PermissionBindingName": "System.String",
+ "PartnerTopicName": "System.String",
+ "PartnerRegistrationName": "System.String",
+ "PartnerNamespaceName": "System.String",
+ "PartnerDestinationName": "System.String",
+ "ParentType": "System.String",
+ "ParentName": "System.String",
+ "NamespaceName": "System.String",
+ "Location": "System.String",
+ "Id": "System.String",
+ "EventSubscriptionName": "System.String",
+ "DomainTopicName": "System.String",
+ "DomainName": "System.String",
+ "ClientName": "System.String",
+ "ClientGroupName": "System.String",
+ "ChannelName": "System.String",
+ "TopicTypeName": "System.String",
+ "VerifiedPartnerName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClientGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Description",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Permission",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "TopicSpaceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "PermissionBindingName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NamespaceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClientGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Description",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Permission",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "TopicSpaceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "CreateViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity, Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CaCertificateName": "System.String",
+ "TopicSpaceName": "System.String",
+ "TopicName": "System.String",
+ "SystemTopicName": "System.String",
+ "SubscriptionId": "System.String",
+ "Scope": "System.String",
+ "ResourceTypeName": "System.String",
+ "ResourceName": "System.String",
+ "ResourceGroupName": "System.String",
+ "ProviderNamespace": "System.String",
+ "PrivateLinkResourceName": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PermissionBindingName": "System.String",
+ "PartnerTopicName": "System.String",
+ "PartnerRegistrationName": "System.String",
+ "PartnerNamespaceName": "System.String",
+ "PartnerDestinationName": "System.String",
+ "ParentType": "System.String",
+ "ParentName": "System.String",
+ "NamespaceName": "System.String",
+ "Location": "System.String",
+ "Id": "System.String",
+ "EventSubscriptionName": "System.String",
+ "DomainTopicName": "System.String",
+ "DomainName": "System.String",
+ "ClientName": "System.String",
+ "ClientGroupName": "System.String",
+ "ChannelName": "System.String",
+ "TopicTypeName": "System.String",
+ "VerifiedPartnerName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "NamespaceName",
+ "Name": "ClientGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -86614,17 +91483,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
+ "Name": "Description",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -86632,14 +91498,14 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "Permission",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -86654,7 +91520,7 @@
},
{
"ParameterMetadata": {
- "Name": "JsonString",
+ "Name": "TopicSpaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -86662,7 +91528,7 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -86677,7 +91543,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86692,7 +91558,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86707,7 +91573,7 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.10.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.2.21.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -86722,7 +91588,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=1.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep[], Az.EventGrid.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -86738,7 +91604,7 @@